diff --git a/.github/workflows/fast-forward.yml b/.github/workflows/fast-forward.yml index f4544d61..5499ae94 100644 --- a/.github/workflows/fast-forward.yml +++ b/.github/workflows/fast-forward.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ inputs.env }} - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.token }} fetch-depth: 0 - name: Fetch source tag/branch