Skip to content

Commit

Permalink
fix(build): 🐛 Give permissions to GitHub actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed May 14, 2024
1 parent 212398c commit ab36dc6
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
Expand Up @@ -10,6 +10,10 @@ on:
# Default to truncated commit hash
default: "0.0.0"

permissions:
# For provenance generation
id-token: write

jobs:
# Build job
build:
Expand Down

0 comments on commit ab36dc6

Please sign in to comment.