Skip to content

Commit 30eb4e5

Browse files
authored
fix: Update secrets for GitHub App integration (#15)
1 parent 6d155af commit 30eb4e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
release:
1313
uses: user-cube/reusable-cicd/.github/workflows/golang-cli-apps_release.yml@main
1414
secrets:
15-
DEVOPS_BUDDY_APP_ID: ${{ secrets.DEVOPS_BUDDY_APP_ID }}
16-
DEVOPS_BUDDY_PRIVATE_KEY: ${{ secrets.DEVOPS_BUDDY_PRIVATE_KEY }}
15+
GITHUB_APP_ID: ${{ secrets.DEVOPS_BUDDY_APP_ID }}
16+
GITHUB_APP_PRIVATE_KEY: ${{ secrets.DEVOPS_BUDDY_PRIVATE_KEY }}
1717
with:
1818
homebrew-tap-repo: "homebrew-tap"
1919
go-version-file: go.mod
20-
go-sum-file: go.sum
20+
go-sum-file: go.sum

0 commit comments

Comments
 (0)