Use actions github token for push (#49614)

This works for beestation, so I hope it works for us.
This commit is contained in:
oranges
2020-03-10 08:54:41 +13:00
committed by GitHub
parent a48d296b8f
commit 1ea695eafe
+1 -3
View File
@@ -32,7 +32,5 @@ jobs:
git commit -m "Automatic changelog compile [ci skip]" -a || true
- name: "Push"
uses: ad-m/github-push-action@master
env:
GITHUB_ACTOR: comfyorange
with:
github_token: ${{ secrets.GITHUB_MASTER_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}