We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bf6c2 commit 453f73aCopy full SHA for 453f73a
.github/workflows/publish-release-packages.yaml
@@ -13,10 +13,6 @@ on:
13
required: true
14
type: string
15
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"
20
21
jobs:
22
publish-brew:
@@ -40,4 +36,4 @@ jobs:
40
36
- name: Update homebrew formula
41
37
run: scripts/update-brew-formula.sh "dist/helloworld-*-py3-none-any.whl" "daniel-makerx/homebrew-tap"
42
38
env:
43
- TAP_GITHUB_TOKEN: ${{ secrets.tapTokenOverride || secrets.TAP_GITHUB_TOKEN }}
39
+ TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
0 commit comments