Skip to content

Commit

Permalink
fix: explicitly pass the RELEASE-TOKEN when dispatching workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 21, 2024
1 parent ac6eec0 commit e1e99b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release
permissions:
contents: write
pull-requests: write
actions: write

on:
push:
Expand Down Expand Up @@ -36,3 +37,4 @@ jobs:
workflow: rust-crates-publish.yml
ref: master
inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}" }'
token: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit e1e99b3

Please sign in to comment.