Skip to content

Commit

Permalink
Merge pull request #45 from biyooon-ex/gh_write_permissions
Browse files Browse the repository at this point in the history
add permissions to write in nif_precomple
  • Loading branch information
takasehideki authored Jun 25, 2024
2 parents 4e7ec87 + 97552ee commit 584f128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nif_precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build_release:
name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})
runs-on: ${{ matrix.job.os }}
permissions:
contents: write
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 584f128

Please sign in to comment.