Skip to content

Commit

Permalink
fix: adds token information to actions/checkout (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jul 20, 2023
1 parent f55db1b commit 4ce6506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Clone
uses: actions/checkout@v3
with:
token:
token: ${{ steps.get_installation_token.outputs.token }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 4ce6506

Please sign in to comment.