diff --git a/.github/workflows/check-all-links.yml b/.github/workflows/check-all-links.yml index dea6434a9e..f5c6c8ba85 100644 --- a/.github/workflows/check-all-links.yml +++ b/.github/workflows/check-all-links.yml @@ -8,7 +8,7 @@ permissions: checks: read contents: read issues: write - pull-requests: read + pull-requests: write jobs: check-for-absolute-urls: @@ -48,6 +48,8 @@ jobs: pull-request: ${{ github.event.pull_request.number }} body: ${{ steps.absolute-urls.outputs.body }} body-includes: absolute URLs + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: report success run: | @@ -112,3 +114,5 @@ jobs: pull-request: ${{ github.event.pull_request.number }} body: ${{ steps.redirects.outputs.body }} body-includes: following redirects + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/list-changed-pages.yml b/.github/workflows/list-changed-pages.yml index 6fccf078f0..ef730b3600 100644 --- a/.github/workflows/list-changed-pages.yml +++ b/.github/workflows/list-changed-pages.yml @@ -11,7 +11,7 @@ permissions: checks: read contents: read issues: write - pull-requests: read + pull-requests: write jobs: post-files-changed-comment: @@ -58,3 +58,5 @@ jobs: pull-request: ${{ github.event.pull_request.number }} body: ${{ steps.build-comment-body.outputs.body }} body-includes: "original | preview" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/lost-pixel.yml b/.github/workflows/lost-pixel.yml index b66e439cf6..d826d5217d 100644 --- a/.github/workflows/lost-pixel.yml +++ b/.github/workflows/lost-pixel.yml @@ -50,6 +50,6 @@ jobs: run: sed -i -e 's/_/\//g' -e 's|prisma\.io||g' -re 's/(name.+)(\/)(\")/\1-\3/g' lost-pixel-pages.json - name: Lost Pixel - uses: lost-pixel/lost-pixel@v3.17.0 + uses: lost-pixel/lost-pixel@v3.18.2 env: LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}