tools/github actions: remove unused GITHUB_TOKEN from main CI workflow environment

This commit is contained in:
nodiscc 2022-08-08 22:51:16 +02:00
parent 2eb4deb308
commit 14d58f6e9d
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -4,9 +4,6 @@ on:
branches: [ master ]
workflow_dispatch:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
jobs:
ci:
runs-on: ubuntu-latest