Browse Source

Fix branch (#104)

pull/105/head
Joseph Flinn 2 years ago committed by GitHub
parent
commit
79c75840ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/version-bump.yml

2
.github/workflows/version-bump.yml

@ -39,7 +39,7 @@ jobs: @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: bitwarden/key-connector
ref: master
ref: main
token: ${{ steps.retrieve-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
- name: Import GPG key

Loading…
Cancel
Save