We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66a82d commit 563a5f6Copy full SHA for 563a5f6
1 file changed
.github/workflows/deploy_to_private.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
git config --global user.name "github-actions[bot]"
35
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
36
- git remote set-url origin https://x-access-token:${{ secrets.MY_TOKEN}}@github.com/Sllambias/staging_open
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Sllambias/staging_open
37
git remote add ssh-origin git@github.com:Sllambias/staging_private.git
38
39
- name: Ensure github.com is in known_hosts
0 commit comments