Skip to content

Commit c9d5bc4

Browse files
authored
Merge pull request #2003 from arpitjain099/ci/add-permissions
ci(update-go-versions): declare permissions for the monthly chore PR
2 parents e839fba + fdf5437 commit c9d5bc4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/update-go-versions.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
schedule:
77
- cron: '0 0 1 * *'
88

9+
# peter-evans/create-pull-request pushes the update-metrics-for-new-go-version
10+
# branch and opens the chore PR via GITHUB_TOKEN.
11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
915
jobs:
1016
update-go-versions:
1117
name: Update Go Versions and Generate Tests

0 commit comments

Comments
 (0)