Skip to content

Find a way to set env vars at runtime #1

Find a way to set env vars at runtime

Find a way to set env vars at runtime #1

name: Link issue to InNoHassle project
on:
issues:
types:
- opened
- reopened
- transferred
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add issue to project
if: github.repository_owner == 'one-zero-eight' # Do not run in forks
runs-on: ubuntu-latest
permissions: # Permissions granted to the 'GITHUB_TOKEN'
contents: read
issues:

Check failure on line 21 in .github/workflows/add-issues-to-project.yaml

View workflow run for this annotation

GitHub Actions / Link issue to InNoHassle project

Invalid workflow file

The workflow is not valid. .github/workflows/add-issues-to-project.yaml (Line: 21, Col: 14): Unexpected value ''
repository-projects: write
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/one-zero-eight/projects/4
github-token: ${{ secrets.GITHUB_TOKEN }}