Skip to content

Commit

Permalink
chore: try with repo secret
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslavon committed Jun 27, 2024
1 parent 62b50a0 commit d763e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fix_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
echo "Preparing a commit."
git config --local user.email "devconsole-team@pagoda.co"
git config --local user.name "github-actions-bot"
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/near/nearorg_wordpress_marketing.git/
git remote set-url origin https://${{ secrets.REPO_TOKEN }}@github.com/near/nearorg_wordpress_marketing.git/
git commit -m "auto-update URL paths in response to marketing content update" -a
git push

0 comments on commit d763e79

Please sign in to comment.