Skip to content

Commit

Permalink
Merge pull request #201 from lemeurherve/helpdesk4141-goreleaser-new-…
Browse files Browse the repository at this point in the history
…app-secrets

chore: use new 'goreleaser in jenkins-infra' GitHub App
  • Loading branch information
dduportal authored Jun 19, 2024
2 parents 078af62 + 1d58cf0 commit 557d3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
id: generate-token
with:
app_id: ${{ secrets.JENKINS_ADMIN_APP_ID }}
private_key: ${{ secrets.JENKINS_ADMIN_APP_PRIVKEY }}
app_id: ${{ secrets.GORELEASER_APP_ID }}
private_key: ${{ secrets.GORELEASER_APP_PRIVKEY }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
Expand Down

0 comments on commit 557d3b8

Please sign in to comment.