Skip to content

Commit

Permalink
CI: Change vars to secrets (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari authored Dec 13, 2024
1 parent 0461295 commit 7260ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v[0-9]+.[0-9]+.[0-9]+-*

env:
workload_identity_provider: ${{ vars.WORKLOAD_IDENTITY_PROVIDER }}
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
service-account: ${{ secrets.SERVICE_ACCOUNT }}

jobs:
Expand Down

0 comments on commit 7260ad6

Please sign in to comment.