🐛 [BUG]: Testing instructions in README should use centos7_roles not centos7 #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 project | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-issue-to-project: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: UCL-MIRSG/.github/actions/[email protected] | |
with: | |
app-id: ${{ secrets.APP_ID }} | |
app-pem: ${{ secrets.APP_PEM }} |