We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238df49 commit 9cb44f0Copy full SHA for 9cb44f0
.github/workflows/build.yaml
@@ -77,15 +77,17 @@ jobs:
77
- uses: navikt/github-app-token-generator@v1
78
id: get-homebrew-token
79
with:
80
- private-key: bullshit_debug_1
81
- app-id: bullshit_debug_2
+ private-key: "${{ secrets.NAIS_APP_PRIVATE_KEY }}"
+ app-id: "holloi:${{ secrets.NAIS_APP_ID }}:foo"
82
repo: nais/homebrew-tap
83
+
84
85
id: get-scoop-token
86
87
private-key: ${{ secrets.NAIS_APP_PRIVATE_KEY }}
88
app-id: ${{ secrets.NAIS_APP_ID }}
89
repo: nais/scoop-bucket
90
91
- name: Run GoReleaser
92
uses: goreleaser/goreleaser-action@v5
93
0 commit comments