Skip to content

Commit

Permalink
refs #173: This change should explicitely grant proper permissions to…
Browse files Browse the repository at this point in the history
… the job that creates a new release.
  • Loading branch information
stickgrinder committed Mar 16, 2024
1 parent 6acb3fb commit 1befb7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release new version

permissions:
contents: write

on:
push:
tags:
Expand Down

0 comments on commit 1befb7e

Please sign in to comment.