There was an error while loading. Please reload this page.
1 parent 31f5287 commit 3ad7283Copy full SHA for 3ad7283
1 file changed
.github/workflows/release.yaml
@@ -51,7 +51,7 @@ jobs:
51
environment: release # gates release on required reviewers
52
runs-on: ubuntu-24.04
53
permissions:
54
- contents: read # tag pushes go via TAG_TOKEN, not GITHUB_TOKEN
+ contents: write # for creating the GitHub release (tag pushes go via TAG_TOKEN)
55
steps:
56
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
57
with:
0 commit comments