Skip to content

Commit

Permalink
Update add_to_project.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 7a8ad53 commit 1b147f2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
add-to-project:
name: Add issue or pull request to project
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.ADD_TO_PROJECT_PAT }}
- name: Debug Secrets
run: echo "Secret is: ${{ secrets.ADD_TO_PROJECT_PAT }}"
env:
ADD_TO_PROJECT_PAT: ${{ secrets.ADD_TO_PROJECT_PAT }}
- name: Add to project
uses: actions/add-to-project@v0.5.0
with:
Expand Down

0 comments on commit 1b147f2

Please sign in to comment.