Browse Source

chore: rm unused cosign step

https://github.com/bitwarden/key-connector/pull/239

Remove installation of cosign step as part of publish job
pull/246/head
fntyler 7 days ago
parent
commit
1b0479490a
No known key found for this signature in database
GPG Key ID: D37A29D93F57710F
  1. 3
      .github/workflows/publish.yml

3
.github/workflows/publish.yml

@ -55,9 +55,6 @@ jobs: @@ -55,9 +55,6 @@ jobs:
id-token: write
packages: write
steps:
- name: Install Cosign
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
- name: Login to GitHub Container Registry
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
with:

Loading…
Cancel
Save