Update README

This commit is contained in:
Adam Dobrawy 2019-08-24 13:22:29 +02:00
parent 02a1c3b8dd
commit e4be47005b

View File

@ -19,6 +19,8 @@ jobs:
- run: |
...
- uses: ad-m/git-push-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
Subsequent actions in the workflow will then be able to use `gcloud` as that user ([see `cli` for examples](/cli)).