Skip to content

Commit

Permalink
fix: provenance permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
9oelM committed Dec 10, 2024
1 parent 464f441 commit 3a858f1
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 @@ -8,6 +8,10 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v3
- name: Use Node.js
Expand Down

0 comments on commit 3a858f1

Please sign in to comment.