Skip to content

Commit afc5786

Browse files
committed
Added GITHUB_TOKEN for push command
1 parent 7b133e5 commit afc5786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: actions/checkout@v2
5050
with:
5151
repository: cin/homebrew-k8s-parallel-exec
52+
token: ${{ secrets.GITHUB_TOKEN }}
5253

5354
- name: Update Homebrew formula
5455
run: |

0 commit comments

Comments
 (0)