File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 run : bumpver update --patch --commit
7070 - name : Push version bump commit
7171 run : |
72- git push
72+ git push
73+ - name : Test GH_TOKEN permissions
74+ run : |
75+ curl -v -H "Authorization: token ${{ secrets.GH_TOKEN }}" \
76+ https://api.github.com/repos/${{ github.repository }}
77+ shell : bash
Original file line number Diff line number Diff line change 5454 - name : Set up git for pushing
5555 run : |
5656 git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git
57+ - name : Test GH_TOKEN permissions
58+ run : |
59+ curl -v -H "Authorization: token ${{ secrets.GH_TOKEN }}" \
60+ https://api.github.com/repos/${{ github.repository }}
61+ shell : bash
5762 - name : Set git user for GitHub Actions bot
5863 run : |
5964 git config user.name "github-actions[bot]"
You can’t perform that action at this time.
0 commit comments