Use personal token so that push action is triggered

This commit is contained in:
Mattias Wadman
2019-11-22 11:11:58 +01:00
committed by GitHub
parent 7c36a8e6d1
commit 7fc434f0ee

View File

@ -12,4 +12,4 @@ jobs:
with:
bump_files: Dockerfile
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}