diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 192d5244..3e2424da 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -16,6 +16,9 @@ jobs: contents: read pull-requests: read + env: + GITHUB_TOKEN: ${{ secrets.NUXT_GITHUB_TOKEN }} + steps: - uses: haya14busa/action-workflow_run-status@v1 @@ -58,6 +61,9 @@ jobs: contents: read pull-requests: read + env: + GITHUB_TOKEN: ${{ secrets.NUXT_GITHUB_TOKEN }} + steps: - uses: haya14busa/action-workflow_run-status@v1