Fix get-labels action usage (#10753)

This commit is contained in:
Álvaro Mondéjar Rubio 2024-04-01 09:34:33 +02:00 committed by GitHub
parent f673b07a16
commit a290fad1c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -36,8 +36,7 @@ jobs:
uses: ./.github/actions/get-labels
with:
issue_number: ${{ github.event.pull_request.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- id: get-si-members
name: Get simple-icons members

View file

@ -31,8 +31,7 @@ jobs:
uses: ./.github/actions/get-labels
with:
issue_number: ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
# if the issue is labeled as a 'new icon' and it matches Java, we
# - add a comment referring to the removal request