diff --git a/.github/workflows/add-labels-priority.yml b/.github/workflows/add-labels-priority.yml index 3818d2498..ebc0a68d7 100644 --- a/.github/workflows/add-labels-priority.yml +++ b/.github/workflows/add-labels-priority.yml @@ -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 diff --git a/.github/workflows/autoclose-issues.yml b/.github/workflows/autoclose-issues.yml index 38774595c..6d8b4e59c 100644 --- a/.github/workflows/autoclose-issues.yml +++ b/.github/workflows/autoclose-issues.yml @@ -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