Skip to content

Commit

Permalink
Merge pull request RedHatInsights#2111 from florkbr/update-gh-action-…
Browse files Browse the repository at this point in the history
…checkout-to-use-token

chore: use token when checking out gh repo for release
  • Loading branch information
florkbr authored Nov 22, 2024
2 parents 7cc8466 + d14cfd4 commit a8df68a
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 a8df68a

Please sign in to comment.