Skip to content

Commit

Permalink
Update add_to_project.yml (#90)
Browse files Browse the repository at this point in the history
* Update add_to_project.yml

fixes the error: Input required and not supplied: github-token
by running add-to-project

The error applies if somebody contribute via fork to the template

Signed-off-by: Johannes Demer <[email protected]>

* Update add_to_project.yml

Signed-off-by: Johannes Demer <[email protected]>

* Update add_to_project.yml

Signed-off-by: Johannes Demer <[email protected]>

---------

Signed-off-by: Johannes Demer <[email protected]>
  • Loading branch information
jtdemer authored Nov 29, 2024
1 parent 80ad4a9 commit 6b4c40f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ on:
pull_request:
types:
- opened
- synchronize
- reopened

jobs:
add-to-project:
name: Add issue or pull request to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}
- name: Add to project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/openMSL/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 6b4c40f

Please sign in to comment.