Skip to content

June 2024 Release

June 2024 Release #72

Workflow file for this run

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/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/open-amt-cloud-toolkit/projects/5
github-token: ${{ secrets.PROJECTS_PAT }}