Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sime3134 committed Jul 12, 2024
1 parent f434a87 commit 6426722
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write # To create releases and upload release assets
actions: write # To create release with the `create-release` action
id-token: write # To get `GITHUB_TOKEN` access for NPM publishing

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 6426722

Please sign in to comment.