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 1069897 commit 6d51f14Copy full SHA for 6d51f14
.github/workflows/auto_commit.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
repository: ${{ github.event.workflow_run.head_repository.full_name }}
17
ref: ${{ github.event.workflow_run.head_branch }}
18
- token: ${{ secrets.GH_PUBLIC_REPOSITORIES_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
19
fetch-depth: 0
20
- name: 'Download Green Tests'
21
id: DownloadGreenTests
0 commit comments