From e4be47005b6110c0c69f1a7d9d32a4b732c038c8 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Sat, 24 Aug 2019 13:22:29 +0200 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 034b174..c8a3201 100644 --- a/README.md +++ b/README.md @@ -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)).