Skip to content

Commit

Permalink
chore: use token when checking out gh repo for release
Browse files Browse the repository at this point in the history
  • Loading branch information
florkbr committed Nov 22, 2024
1 parent 7cc8466 commit d14cfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.BOT_AUTH_KEY}}
token: ${{ secrets.GH_BOT_TOKEN }}
- uses: './.github/actions/release'
with:
gh_token: ${{ secrets.GH_BOT_TOKEN }}
Expand Down

0 comments on commit d14cfd4

Please sign in to comment.