ci: remove unnecessary token usage

This commit is contained in:
dundargoc
2023-04-16 14:16:19 +02:00
committed by dundargoc
parent cd73e54c42
commit afdb5fa3cd
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: