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 c83e562 commit 529a258Copy full SHA for 529a258
.github/workflows/main.yml
@@ -1,4 +1,6 @@
1
name: CI
2
+permissions:
3
+ contents: read
4
5
on:
6
push:
.github/workflows/publish-events.yml
@@ -5,6 +5,10 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:
7
8
9
+ contents: write
10
+ repository_dispatch: write
11
+
12
jobs:
13
published-daily-events:
14
runs-on: ubuntu-latest
0 commit comments