File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 app-id : ${{ secrets.APP_ID }}
2626 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2727 - name : Checkout repo
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 with :
30- repository : ${{ github.event.pull_request.head.repo.full_name }}
31- ref : ${{ github.event.pull_request.head.ref }}
30+ ref : main
3231 token : ${{ steps.app-token.outputs.token }}
3332 - name : Setup Python
3433 uses : actions/setup-python@v2
4443 add : " ."
4544 committer_name : Github Actions[bot]
4645 author_name : Github Actions[bot]
47- message : Update PolicyEngine Household API
46+ message : Update PolicyEngine Household API
47+ github_token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 11- bump : patch
22 changes :
33 fixed :
4- - Switch versioning workflow from PAT to GitHub App token for authentication
4+ - Pass GitHub App token to EndBug/add-and-commit to allow pushing to protected main branch
You can’t perform that action at this time.
0 commit comments