Skip to content

Commit

Permalink
Merge pull request #331 from arnested/tweak-go-version-unstable-action
Browse files Browse the repository at this point in the history
Create the draft pull request for unstable version using a PAT token
  • Loading branch information
arnested authored Jun 22, 2024
2 parents 00bb106 + acd25c5 commit 0672ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
- cron: '45 * * * *'

permissions:
contents: write
pull-requests: write
contents: read

jobs:
stable:
Expand Down Expand Up @@ -86,3 +85,4 @@ jobs:
See [the draft release notes](${{ steps.release-notes.outputs.URL }}).
This pull request is only intented for getting feedback on compatibility with future Go versions. Don't merge it!
token: ${{ secrets.PAT_TOKEN }}

0 comments on commit 0672ffd

Please sign in to comment.