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