Skip to content

Commit

Permalink
use release github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 24, 2024
1 parent e2b045f commit 339041b
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 @@ -69,7 +69,7 @@ jobs:
ls -lha ./assets
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.PRIVATE_PULL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Installing gh CLI..."
curl -L https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_amd64.tar.gz | \
Expand Down

0 comments on commit 339041b

Please sign in to comment.