Skip to content

Commit

Permalink
Release workflow write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn authored Oct 5, 2024
1 parent 2340c47 commit f16a791
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ jobs:
runs-on: ubuntu-20.04
env:
REPO_NAME: ${{github.event.repository.name}}
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Emscripten
uses: mymindstorm/setup-emsdk@v14
with:
version: '3.1.64'
#- name: Set up Emscripten
# uses: mymindstorm/setup-emsdk@v14
# with:
# version: '3.1.64'
- name: Set up tree-sitter CLI
uses: tree-sitter/setup-action/cli@v1
- name: Install parser dependencies
Expand Down

0 comments on commit f16a791

Please sign in to comment.