Skip to content

Commit

Permalink
Merge pull request #49 from LukaszSielski/extract_commons
Browse files Browse the repository at this point in the history
vars
  • Loading branch information
LukaszSielski authored Sep 24, 2024
2 parents a5cb7fb + 9ea918f commit 2f2d003
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 2f2d003

Please sign in to comment.