diff --git a/.github/workflows/app-submissions.yml b/.github/workflows/app-submissions.yml index 8dc0b8a..62752cf 100644 --- a/.github/workflows/app-submissions.yml +++ b/.github/workflows/app-submissions.yml @@ -10,6 +10,8 @@ on: jobs: app-lint: runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - uses: actions/checkout@v2 @@ -76,7 +78,7 @@ jobs: exit ${lint_retcode} - name: Report check result - uses: actions/github-script@v5 + uses: actions/github-script@v6 if: ${{ !env.ACT && (success() || failure()) }} with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -91,4 +93,4 @@ jobs: - name: Print check result (local test) if: ${{ env.ACT && (success() || failure()) }} - run: cat /tmp/lint-report.md \ No newline at end of file + run: cat /tmp/lint-report.md