We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53619a6 commit 009f52aCopy full SHA for 009f52a
.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
@@ -41,7 +45,7 @@ jobs:
41
45
run: node ./scripts/create_app_events_docs_markdown.mjs
42
46
43
47
- name: Create Pull Request
44
- uses: peter-evans/create-pull-request@v6
48
+ uses: peter-evans/create-pull-request@v7
49
with:
50
commit-message: Update app events data
51
title: Update App Events Data
0 commit comments