Best way to mount secrets as env vars? #35
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 issues to platform board | |
on: | |
issues: | |
types: | |
- opened | |
# Do not grant jobs any permissions by default | |
permissions: {} | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
permissions: | |
issues: read | |
repository-projects: write | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/PrefectHQ/projects/44 | |
github-token: ${{ secrets.GHA_ADD_TO_PROJECT_PROJECTS_RO_REPOS_RW }} |