Skip to content

Commit

Permalink
fixup! Fix issue with Actions v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed May 4, 2024
1 parent 7de2686 commit 0a385b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ jobs:
if: github.event_name != 'pull_request'
needs: build
runs-on: ubuntu-latest

permissions:
contents: write

steps:

# Check out current repository
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
# Permissions only have to be specified when set to restricted.
# Otherwise, when set to permissive, the workflow will have these permissions by default.
# See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
#permissions:
# checks: write
# actions: read
permissions:
checks: write
#actions: read

jobs:
report:
Expand Down

0 comments on commit 0a385b2

Please sign in to comment.