try to fix the label workflow

This commit is contained in:
Hans Pagel
2020-11-27 20:26:50 +01:00
parent 5c59f090f6
commit 4b65c4b2e3

View File

@@ -7,12 +7,12 @@ on:
types: [opened] types: [opened]
jobs: jobs:
build: label:
name: is-sponsor-label name: Add Sponsor Labels
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: JasonEtco/is-sponsor-label-action@v1 - uses: brianlagunas/sponsor-action@v1.0
with: with:
label: sponsor 💖 label: sponsor 💖
env: github_token: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}