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 0736ea5 commit e08ef6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Output encoded credentials
id: credentials
env:
env_vars: ${{ secrets.AZURE_CLIENT_ID }},${{ secrets.AZURE_CLIENT_SECRET }},${{ secrets.AZURE_TENANT_ID }}
secret_env_vars: |
env_vars: |
{
"AZURE_CLIENT_ID": "${{ secrets.AZURE_CLIENT_ID }}",
"AZURE_CLIENT_SECRET": "${{ secrets.AZURE_CLIENT_SECRET }}",
Expand All @@ -38,7 +37,6 @@ jobs:
uses: M3GH4NN/central-artifacts/.github/workflows/ci.yml@credentials
with:
setup-vault: true
env_vars: ${{ needs.credentials.outputs.env_vars }}
secrets: inherit
permissions:
contents: write
Expand Down

0 comments on commit e08ef6e

Please sign in to comment.