Skip to content

Run GitHub Action "Docker Nightly" only when there are changes #4

Run GitHub Action "Docker Nightly" only when there are changes

Run GitHub Action "Docker Nightly" only when there are changes #4

name: Adds all issues to project board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/McPringle/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}