We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d155af commit 30eb4e5Copy full SHA for 30eb4e5
1 file changed
.github/workflows/release.yml
@@ -12,9 +12,9 @@ jobs:
12
release:
13
uses: user-cube/reusable-cicd/.github/workflows/golang-cli-apps_release.yml@main
14
secrets:
15
- DEVOPS_BUDDY_APP_ID: ${{ secrets.DEVOPS_BUDDY_APP_ID }}
16
- DEVOPS_BUDDY_PRIVATE_KEY: ${{ secrets.DEVOPS_BUDDY_PRIVATE_KEY }}
+ GITHUB_APP_ID: ${{ secrets.DEVOPS_BUDDY_APP_ID }}
+ GITHUB_APP_PRIVATE_KEY: ${{ secrets.DEVOPS_BUDDY_PRIVATE_KEY }}
17
with:
18
homebrew-tap-repo: "homebrew-tap"
19
go-version-file: go.mod
20
- go-sum-file: go.sum
+ go-sum-file: go.sum
0 commit comments