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.
github.token
1 parent aab6e56 commit ef8b4c3Copy full SHA for ef8b4c3
.github/workflows/pre-commit.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0
21
repository: ${{ github.event.pull_request.head.repo.full_name }}
22
ref: ${{ github.event.pull_request.head.ref }}
23
- token: ${{ secrets.REPO_SCOPED_TOKEN }}
+ token: ${{ secrets.REPO_SCOPED_TOKEN || github.token }}
24
25
- name: Setup environment
26
uses: ./.github/actions/setup-environment
0 commit comments