Skip to content

Commit a58af75

Browse files
committed
ci: we might be there/3
1 parent 9cb44f0 commit a58af75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ jobs:
7878
id: get-homebrew-token
7979
with:
8080
private-key: "${{ secrets.NAIS_APP_PRIVATE_KEY }}"
81-
app-id: "holloi:${{ secrets.NAIS_APP_ID }}:foo"
81+
app-id: "${{ secrets.NAIS_APP_ID }}"
8282
repo: nais/homebrew-tap
8383

8484
- uses: navikt/github-app-token-generator@v1
8585
id: get-scoop-token
8686
with:
87-
private-key: ${{ secrets.NAIS_APP_PRIVATE_KEY }}
88-
app-id: ${{ secrets.NAIS_APP_ID }}
87+
private-key: "${{ secrets.NAIS_APP_PRIVATE_KEY }}"
88+
app-id: "${{ secrets.NAIS_APP_ID }}"
8989
repo: nais/scoop-bucket
9090

9191
- name: Run GoReleaser

0 commit comments

Comments
 (0)