Skip to content

Commit 9cb44f0

Browse files
committed
ci: continue the journey/2
1 parent 238df49 commit 9cb44f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,17 @@ jobs:
7777
- uses: navikt/github-app-token-generator@v1
7878
id: get-homebrew-token
7979
with:
80-
private-key: bullshit_debug_1
81-
app-id: bullshit_debug_2
80+
private-key: "${{ secrets.NAIS_APP_PRIVATE_KEY }}"
81+
app-id: "holloi:${{ secrets.NAIS_APP_ID }}:foo"
8282
repo: nais/homebrew-tap
83+
8384
- uses: navikt/github-app-token-generator@v1
8485
id: get-scoop-token
8586
with:
8687
private-key: ${{ secrets.NAIS_APP_PRIVATE_KEY }}
8788
app-id: ${{ secrets.NAIS_APP_ID }}
8889
repo: nais/scoop-bucket
90+
8991
- name: Run GoReleaser
9092
uses: goreleaser/goreleaser-action@v5
9193
with:

0 commit comments

Comments
 (0)