Browse Source

UPDATE: fix all warnings in Clients workflow (#6137)

pull/6140/head
Opeyemi 2 years ago committed by GitHub
parent
commit
6bf559b932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/brew-bump-cli.yml
  2. 2
      .github/workflows/brew-bump-desktop.yml
  3. 2
      .github/workflows/release-desktop.yml
  4. 2
      .github/workflows/version-auto-bump.yml
  5. 3
      .github/workflows/version-bump.yml

2
.github/workflows/brew-bump-cli.yml

@ -38,4 +38,4 @@ jobs: @@ -38,4 +38,4 @@ jobs:
formula: bitwarden-cli
tag: ${{ github.ref }}
revision: ${{ github.sha }}
force: false
force: true

2
.github/workflows/brew-bump-desktop.yml

@ -38,5 +38,5 @@ jobs: @@ -38,5 +38,5 @@ jobs:
cask: bitwarden
tag: ${{ github.ref }}
revision: ${{ github.sha }}
force: false
force: true
dryrun: true

2
.github/workflows/release-desktop.yml

@ -185,7 +185,7 @@ jobs: @@ -185,7 +185,7 @@ jobs:
--endpoint-url https://${CF_ACCOUNT}.r2.cloudflarestorage.com
- name: Get checksum files
uses: bitwarden/gh-actions/get-checksum@67ab95d7a466bcefdedf3f93cbc10bcff436edfe
uses: bitwarden/gh-actions/get-checksum@82cfceb235b308c2eb63923824e61d8350d280db
with:
packages_dir: "apps/desktop/artifacts"
file_path: "apps/desktop/artifacts/sha256-checksums.txt"

2
.github/workflows/version-auto-bump.yml

@ -42,8 +42,6 @@ jobs: @@ -42,8 +42,6 @@ jobs:
name: Bump version to ${{ needs.setup.outputs.version_number }}
needs: setup
uses: ./.github/workflows/version-bump.yml
secrets:
AZURE_PROD_KV_CREDENTIALS: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
with:
version_number: ${{ needs.setup.outputs.version_number }}
client: "Desktop"

3
.github/workflows/version-bump.yml

@ -26,9 +26,6 @@ on: @@ -26,9 +26,6 @@ on:
client:
required: true
type: string
secrets:
AZURE_PROD_KV_CREDENTIALS:
required: true
defaults:
run:

Loading…
Cancel
Save