Skip to content

Commit 563a5f6

Browse files
authored
Update deploy_to_private.yaml
1 parent a66a82d commit 563a5f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_to_private.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
git config --global user.name "github-actions[bot]"
3535
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
36+
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Sllambias/staging_open
3737
git remote add ssh-origin git@github.com:Sllambias/staging_private.git
3838
3939
- name: Ensure github.com is in known_hosts

0 commit comments

Comments
 (0)