Skip to content

Commit

Permalink
testing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
M3GH4NN committed Mar 18, 2024
1 parent 871f256 commit 5868254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
secret_env_vars: ${{ secrets.AZURE_CLIENT_ID }},${{ secrets.AZURE_CLIENT_SECRET }},${{ secrets.AZURE_TENANT_ID }}
run: |
echo "env_vars=$(echo $env_vars | base64 -w0 | base64 -w0)" >> $GITHUB_OUTPUT
echo "secret_env_vars=$(echo $secret_env_vars | base64 -w0 | base64 -w0)" >> $GITHUB_OUTPUT
echo "secret_env_vars=$(echo $secret_env_vars)" >> $GITHUB_OUTPUT
call_central_workflow:
name: CI
# uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main
Expand Down

0 comments on commit 5868254

Please sign in to comment.