Skip to content

Commit

Permalink
Fix kv name
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Feb 29, 2024
1 parent 524b950 commit 82eb7da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release Go
name: Release Go SDK
run-name: Release Go SDK ${{ inputs.release_type }}

on:
workflow_dispatch:
Expand All @@ -15,6 +16,7 @@ on:
env:
GO111MODULE: on
GO_VERSION: "^1.18"
_KEY_VAULT: "bitwarden-ci"

jobs:
validate:
Expand Down Expand Up @@ -47,7 +49,6 @@ jobs:
runs-on: ubuntu-22.04
needs: validate
env:
_KEY_VAULT: "bitwarden-ci"
_BOT_EMAIL: [email protected]
_BOT_NAME: bitwarden-devops-bot
_PKG_VERSION: ${{ needs.validate.outputs.version }}
Expand Down

0 comments on commit 82eb7da

Please sign in to comment.