Skip to content

Commit

Permalink
actions read permission
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMoroney committed May 5, 2024
1 parent a65fe21 commit 6bcfb6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
types:
- completed

# permissions: write-all
permissions:
actions: read

jobs:
report:
Expand All @@ -22,7 +23,6 @@ jobs:
name: Workflow Report
path: '*.xml'
reporter: jest-junit
# token: ${{ secrets.GH_REPO_TOKEN }}

- name: Create mochawesome report
uses: ./
Expand Down

0 comments on commit 6bcfb6a

Please sign in to comment.