Skip to content

Commit

Permalink
ci(release-tags): need write permission
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Nov 13, 2022
1 parent 9760e56 commit 334d934
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ on:
tags:
- 'v*' # Push events to release tags

permissions:
contents: write

jobs:
build:
name: Publish GitHub Release from tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.PUSH_RELEASE_TRAINS_PAT }}
fetch-depth: 0
- name: Import public GPG keys to verify the tag
uses: actions/github-script@v3
Expand Down

0 comments on commit 334d934

Please sign in to comment.