We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b133e5 commit afc5786Copy full SHA for afc5786
.github/workflows/release.yml
@@ -49,6 +49,7 @@ jobs:
49
uses: actions/checkout@v2
50
with:
51
repository: cin/homebrew-k8s-parallel-exec
52
+ token: ${{ secrets.GITHUB_TOKEN }}
53
54
- name: Update Homebrew formula
55
run: |
0 commit comments