Add collect-reward
support for authorizer
#11
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
name: Add Issue to Backend Issues Project Board | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add Issue to Backend Issues Project Board | |
runs-on: arc-runner | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/0chain/projects/${{ secrets.PROJECT_NUMBER }} | |
github-token: ${{ secrets.ACCESS_TOKEN }} |