diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 648d02a..a84b6f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 838a7cd..82c9b55 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -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: