Skip to content

Commit 128f93d

Browse files
committed
authenticate github cli
1 parent 4554e7b commit 128f93d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-instance-repo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
private-key: ${{ secrets.PR_CREATOR_PRIVATE_KEY }}
4040
repositories: cookiecutter-scverse-instance
4141

42+
- name: Authenticate gh CLI with app token
43+
run: echo "${{ steps.app-token.outputs.token }}" | gh auth login --with-token
44+
4245
- name: Checkout instance repository
4346
uses: actions/checkout@v6
4447
with:

0 commit comments

Comments
 (0)