diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3b060932..43cf004b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,6 +5,8 @@ jobs: uses: open-contracting/.github/.github/workflows/lint.yml@main permissions: contents: write + secrets: + personal-access-token: ${{ secrets.PAT }} with: # https://fastapi.tiangolo.com/tutorial/request-files/ # babel and uvicorn are run as commands in a Dockerfile.