Skip to content

Commit d7d0270

Browse files
authored
Fix issue publishing homebrew formulae (#816)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 6769bf6 commit d7d0270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
steps:
297297
- uses: actions/checkout@v4
298298
with:
299-
persist-credentials: false
299+
persist-credentials: true
300300
repository: "cncf/homebrew-landscape2"
301301
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
302302
# So we have access to the formula

0 commit comments

Comments
 (0)