Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 16, 2024
1 parent 2cea141 commit 768b6fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
build-binary:
name: "Node binary"
runs-on: ubuntu-20.04
permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 768b6fa

Please sign in to comment.