Skip to content

Commit 1cb2bf3

Browse files
authored
Ensure keepalive can write commits
1 parent bd249f2 commit 1cb2bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: Keepalive
6868
runs-on: ubuntu-latest
6969
permissions:
70-
actions: write
70+
contents: write
7171
steps:
7272
# Checkout is needed to determine if keepalive is necessary based on repo activity.
7373
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)