Skip to content

Commit

Permalink
Need GH_TOKEN on both steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rglidden committed Aug 16, 2024
1 parent 927f9df commit 939b129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- name: Download sqlcmd ${{ steps.version.outputs.sqlcmd }}
shell: bash
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release download ${{ steps.version.outputs.sqlcmd }} --pattern sqlcmd-linux-amd64.tar.bz2 -R microsoft/go-sqlcmd
tar -xjvf sqlcmd-linux-amd64.tar.bz2
Expand Down

0 comments on commit 939b129

Please sign in to comment.