Skip to content

Commit

Permalink
comment out permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMoroney committed May 5, 2024
1 parent d373233 commit a65fe21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Upload test results
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
path: __tests__/__results__/*.xml
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types:
- completed

permissions: write-all
# permissions: write-all

jobs:
report:
Expand Down

0 comments on commit a65fe21

Please sign in to comment.