diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 0d8ca4f2..b2d34d04 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -49,7 +49,7 @@ jobs: id: check-branch uses: actions/github-script@v6 with: - github-token: ${{ inputs.github_token }} + github-token: ${{ secrets.GH_PAT }} script: | const owner = "Scalr"; const repo = "fatmouse";