Skip to content

Commit

Permalink
change github_token format
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetal-purple committed Jan 3, 2024
1 parent a88d939 commit e935baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Deploy
run: |
echo "Deploying..."
git clone https://github:"$GITHUB_TOKEN"@github.com/sheetal-purple/another repo # clone repo to track history
git clone https://github:${{ env.GITHUB_TOKEN }}@github.com/sheetal-purple/another repo # clone repo to track history
mv repo/.git . # move cloned git history to root
rm -rf repo
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit e935baf

Please sign in to comment.