Skip to content

Commit 04015f6

Browse files
committed
add permissions
1 parent 23d9283 commit 04015f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-app-events-data.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- cron: "0 0 * * 1" # Run every Monday at 00:00 UTC
66
workflow_dispatch: # Allow manual triggering
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
update-app-events-data:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)