We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4554e7b commit 128f93dCopy full SHA for 128f93d
1 file changed
.github/workflows/deploy-instance-repo.yml
@@ -39,6 +39,9 @@ jobs:
39
private-key: ${{ secrets.PR_CREATOR_PRIVATE_KEY }}
40
repositories: cookiecutter-scverse-instance
41
42
+ - name: Authenticate gh CLI with app token
43
+ run: echo "${{ steps.app-token.outputs.token }}" | gh auth login --with-token
44
+
45
- name: Checkout instance repository
46
uses: actions/checkout@v6
47
with:
0 commit comments