Skip to content

Commit

Permalink
Create secondary-workflow.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Demer <48685701+jtdemer@users.noreply.github.com>
  • Loading branch information
jtdemer authored Nov 29, 2024
1 parent 720c69c commit 0b8041c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/secondary-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Secondary workflow

on:
workflow_dispatch:

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}
- name: Add to project
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/openMSL/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 0b8041c

Please sign in to comment.