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 5cb8306 commit 74e37feCopy full SHA for 74e37fe
.github/workflows/release-scheduler.yml
@@ -5,7 +5,8 @@ on:
5
- cron: '15 15 * * *' # Every day at 3:15pm UTC
6
workflow_dispatch:
7
8
-permissions: read-all
+permissions:
9
+ actions: write
10
11
jobs:
12
dispatch_scheduled_releases:
@@ -23,5 +24,5 @@ jobs:
23
24
fetch-depth: 1
25
- name: Dispatch
26
env:
- GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
27
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
run: gh workflow run update-scheduled-release-version.yml -r ${{ matrix.branch }}
0 commit comments