Skip to content

GSA Implementation of GitHub M-21-31 Log Onboarding #114

GSA Implementation of GitHub M-21-31 Log Onboarding

GSA Implementation of GitHub M-21-31 Log Onboarding #114

Workflow file for this run

---
name: Issues
on:
issues:
types: [opened]
jobs:
issue_created:
name: Add new issue to project board
runs-on: ubuntu-latest
steps:
- uses: alex-page/[email protected]
with:
project: TTS Technology Portfolio
column: New
repo-token: ${{ secrets.GH_PROJECT_WORKFLOW_TOKEN }}