Skip to content

Commit

Permalink
add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed May 13, 2024
1 parent af26c19 commit 0c224ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autobahn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

permissions:
contents: read
pull-requests: write

jobs:
autobahn:
Expand Down Expand Up @@ -37,11 +38,11 @@ jobs:
uses: docker://docker
with:
args: docker restart --time 0 --signal=SIGKILL fuzzingserver

- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: lts/*
node-version: 22

- name: Run Autobahn Test Suite
run: npm run test:websocket:autobahn
Expand Down

0 comments on commit 0c224ed

Please sign in to comment.