Skip to content

Commit

Permalink
test token
Browse files Browse the repository at this point in the history
  • Loading branch information
ahms5 committed Apr 10, 2024
1 parent 2d351fa commit 646d892
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create_issue_if_coockiecutter.yml
Expand Up @@ -23,9 +23,12 @@ jobs:
with:
filename: .github/COOKIECUTTER_ISSUE_TEMPLATE.md
- uses: lando/transfer-issue-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.TRANSFER_ISSUE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
router: pyfar:cookiecutter-pypackage
- run: 'echo Created issue number ${{ steps.create-issue.outputs.number }}'
- run: 'echo Created ${{ steps.create-issue.outputs.url }}'
- run: 'echo move to ${{ steps.create-issue.new_issue_number }}'

0 comments on commit 646d892

Please sign in to comment.