(experiment) use stronger GH token for version update

This commit is contained in:
Peter Squicciarini
2020-09-18 16:30:10 -07:00
parent a975177d1d
commit f88cffb39f
6 changed files with 1 additions and 72 deletions

View File

@@ -68,6 +68,6 @@ jobs:
if: env.SHOULD_BUILD == 'yes'
run: ./update_version.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ github.repository_owner }}