Skip to content

Commit

Permalink
chore: use github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyfoodie committed Feb 5, 2025
1 parent 754bc2c commit cf458ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Create release on kubernetes-mixin
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.tag.outputs.tag }}
tag_name: ${{ github.ref_name }}
repository: sleepyfoodie/kubernetes-mixin-copy
token: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true

0 comments on commit cf458ce

Please sign in to comment.