diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9bdf9e5f..649fcea7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: octokit/request-action@v2.x + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} id: get_collaborator_permission with: route: GET /repos/:owner/:repo/collaborators/:username/permission