Skip to content

Commit

Permalink
Merge pull request #55 from spejder/fix-permissions-for-go-version-wo…
Browse files Browse the repository at this point in the history
…rkflow

fix permissions for go version workflow
  • Loading branch information
arnested authored Jul 2, 2024
2 parents 2063051 + 623e2c0 commit 417f3d9
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 417f3d9

Please sign in to comment.