We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cb9b2 commit 9c821baCopy full SHA for 9c821ba
.github/workflows/lint.yml
@@ -5,6 +5,8 @@ jobs:
5
uses: open-contracting/.github/.github/workflows/lint.yml@main
6
permissions:
7
contents: write
8
+ secrets:
9
+ personal-access-token: ${{ secrets.PAT }}
10
with:
11
python-version: '3.12'
12
skip-linter-language: true
0 commit comments