Skip to content

Commit

Permalink
fix: add permission bits to publish job
Browse files Browse the repository at this point in the history
An(other) attempt to make the publish job work successfully.

PR: #48
Refs: https://github.com/Topsort/topsort.js/actions/runs/10375017729/job/28723765594#step:8:36
  • Loading branch information
jbergstroem authored Aug 14, 2024
1 parent f375926 commit 2392391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
npm-publish:
name: Publish to NPM
runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write

steps:
- name: Checkout
Expand Down

0 comments on commit 2392391

Please sign in to comment.