Skip to content

Commit 334d934

Browse files
committed
ci(release-tags): need write permission
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 9760e56 commit 334d934

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-tag.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ on:
55
tags:
66
- 'v*' # Push events to release tags
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
name: Publish GitHub Release from tag
1114
runs-on: ubuntu-latest
1215
steps:
1316
- uses: actions/checkout@v2
1417
with:
18+
token: ${{ secrets.PUSH_RELEASE_TRAINS_PAT }}
1519
fetch-depth: 0
1620
- name: Import public GPG keys to verify the tag
1721
uses: actions/github-script@v3

0 commit comments

Comments
 (0)