diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 5b7fd481b..cc07db850 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -87,9 +87,10 @@ jobs: runs-on: ubuntu-latest permissions: - contents: write # for commenting on your commit - pull-requests: write # for commenting on your pr + contents: write # for commenting on your commit + pull-requests: write # for commenting on your pr + actions: read steps: - uses: beni69/artifact-link@v1 with: - token: ${{ github.token }} \ No newline at end of file + token: ${{ github.token }}