diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c23dd5b..8f4a37e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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