We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c038b63 commit d0f1d1aCopy full SHA for d0f1d1a
.github/workflows/release.yaml
@@ -25,6 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
with:
27
submodules: true
28
+ persist-credentials: false
29
30
- name: Install deps
31
run: |
@@ -99,6 +100,8 @@ jobs:
99
100
runs-on: windows-latest
101
steps:
102
103
+ with:
104
105
106
- name: Set version number
107
shell: bash
@@ -196,6 +199,8 @@ jobs:
196
199
197
200
repository: '${{ secrets.HOMEBREW_TAP_REPO }}'
198
201
fetch-depth: 0 # The entire repo history, so we can push an update
202
+ # To push to this repo, an explicit token is used to authenticate.
203
204
205
- name: Wipe source and formula folders
206
@@ -211,6 +216,7 @@ jobs:
211
216
uses: actions/checkout@v4
212
217
213
218
path: shaka-lab-source
219
214
220
215
221
- name: Finish staging tap repo
222
0 commit comments