Skip to content

Commit

Permalink
feat: Update push command in workflow to include authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-github-actions-tests committed Aug 12, 2024
1 parent 88ffa69 commit 6d9f54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add README.md
git commit -m 'Update README with workflow message'
git push
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6d9f54b

Please sign in to comment.