diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f4a6638..8bb4948 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -55,6 +55,8 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 + with: + token: ${{ secrets.PAT }} # - name: Create Pull Request # run: gh pr create -B master -H dev --title 'Merge dev into master' --body 'Created by Github action'