Skip to content

Commit

Permalink
fix workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Sep 22, 2023
1 parent 4667e15 commit 8cd10bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
contents: write
pages: write
id-token: write

jobs:
release:
Expand Down

0 comments on commit 8cd10bd

Please sign in to comment.