Skip to content

Commit 453f73a

Browse files
committed
build: remove secret override
1 parent f2bf6c2 commit 453f73a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish-release-packages.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
required: true
1414
type: string
1515
description: "The github release which will be published"
16-
secrets:
17-
tapTokenOverride:
18-
required: false
19-
description: "An override for the github token to publish to daniel-homebrew/homebrew-tap"
2016

2117
jobs:
2218
publish-brew:
@@ -40,4 +36,4 @@ jobs:
4036
- name: Update homebrew formula
4137
run: scripts/update-brew-formula.sh "dist/helloworld-*-py3-none-any.whl" "daniel-makerx/homebrew-tap"
4238
env:
43-
TAP_GITHUB_TOKEN: ${{ secrets.tapTokenOverride || secrets.TAP_GITHUB_TOKEN }}
39+
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)