ci: remove unnecessary token usage

This commit is contained in:
dundargoc
2023-04-16 14:16:19 +02:00
committed by GitHub
parent 88c3d89001
commit 55d346fc26
2 changed files with 0 additions and 4 deletions

View File

@@ -8,8 +8,6 @@ jobs:
lint-commits:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
with: