Skip to content

Commit

Permalink
add github token to post release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 21, 2024
1 parent 2c2b443 commit 7323511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ jobs:
closeAndReleaseSonatypeStagingRepository
- name: "⚙️ Run post-release"
if: success()
uses: grails/github-actions/post-release@main
uses: grails/github-actions/post-release@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7323511

Please sign in to comment.