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 f4e5429 commit 28929d0Copy full SHA for 28929d0
.github/workflows/ci.yml
@@ -54,5 +54,3 @@ jobs:
54
pre-commit:
55
name: pre-commit
56
uses: ./.github/workflows/pre-commit.yml
57
- secrets:
58
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/pre-commit.yml
@@ -8,9 +8,6 @@ on:
8
required: false
9
type: string
10
default: "3.14"
11
12
- GITHUB_TOKEN:
13
- required: true
14
15
jobs:
16
0 commit comments