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

@@ -12,7 +12,6 @@ jobs:
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ""
type-scope:
@@ -21,7 +20,6 @@ jobs:
contents: write
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_TITLE: ${{ github.event.pull_request.title }}

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: