Skip to content

Commit

Permalink
Testing workflows with the defualt access token
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Holmansky committed Mar 18, 2020
1 parent 50214d1 commit 025b389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr-project-assigner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
[
{"label": "wf_test", "projectNumber": 1, "columnName": "In progress"}
]
ghToken: ${{ secrets.PROJECT_ASSIGNER_TEST_TOKEN }}
#ghToken: ${{ secrets.PROJECT_ASSIGNER_TEST_TOKEN }}
ghToken: ${{ secrets.GITHUB_TOKEN }}

3 changes: 2 additions & 1 deletion .github/workflows/project-assigner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
id: project_assigner
with:
issue-mappings: '[{"label": "wf_test", "projectNumber": 1, "columnName": "To do"}]'
ghToken: ${{ secrets.PROJECT_ASSIGNER_TEST_TOKEN }}
#ghToken: ${{ secrets.PROJECT_ASSIGNER_TEST_TOKEN }}
ghToken: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 025b389

Please sign in to comment.