Skip to content

Commit

Permalink
chore: fix permissions for e2e test results
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Sep 6, 2023
1 parent 3041b7c commit eab147f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Testing era_test_node using e2e
on:
workflow_call:

permissions:
statuses: write
checks: write
actions: write

jobs:
e2e:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eab147f

Please sign in to comment.