Skip to content

Commit

Permalink
vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lsielskiSii committed Sep 24, 2024
1 parent d7035c9 commit 9ea918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Get sectet
id: get-secret
shell: bash
run: echo "azure-credentials=${{ secrets.SECRET }}" >> "$GITHUB_OUTPUT"
run: echo "azure-credentials=${{ vars.SECRET }}" >> "$GITHUB_OUTPUT"
tag-azure-board-work-item:
runs-on: ubuntu-latest
needs: get_secret
Expand Down

0 comments on commit 9ea918f

Please sign in to comment.