Skip to content

Commit

Permalink
Added write permissions to the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
predatorray committed Nov 23, 2024
1 parent 83ab36f commit 9e3b690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: publish

permissions:
id-token: write
pages: write

on:
workflow_dispatch:
push:
Expand Down

0 comments on commit 9e3b690

Please sign in to comment.