Skip to content

Commit

Permalink
fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 16, 2024
1 parent 768b6fa commit aa699e5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ defaults:
jobs:

build-binary:
permissions:
actions: write
checks: write
contents: write
deployments: write
issues: write
packages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write
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 aa699e5

Please sign in to comment.