We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d9283 commit 04015f6Copy full SHA for 04015f6
.github/workflows/update-app-events-data.yml
@@ -5,6 +5,10 @@ on:
5
- cron: "0 0 * * 1" # Run every Monday at 00:00 UTC
6
workflow_dispatch: # Allow manual triggering
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
+
12
jobs:
13
update-app-events-data:
14
runs-on: ubuntu-latest
0 commit comments