Application for Membership #410
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
twitch_url_check: | |
runs-on: ubuntu-latest | |
name: A job to label affiliates or partners | |
steps: | |
- name: The main step | |
id: main | |
uses: livecoders/issues-twitch-url-checker@master | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
twitch-api-secret: "${{ secrets.TWITCH_API_SECRET }}" |