Skip to content

Commit

Permalink
Fix permissions for go version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jul 2, 2024
1 parent 2063051 commit 623e2c0
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 623e2c0

Please sign in to comment.