mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
Remove Bump CLI Formula workflow (#9601)
This commit is contained in:
parent
dd5d01283e
commit
6233100754
41
.github/workflows/brew-bump-cli.yml
vendored
41
.github/workflows/brew-bump-cli.yml
vendored
@ -1,41 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bump CLI Formula
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- cli-v**
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update-desktop-cask:
|
|
||||||
name: Update Bitwarden CLI Formula
|
|
||||||
runs-on: macos-13
|
|
||||||
steps:
|
|
||||||
- name: Login to Azure
|
|
||||||
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
|
|
||||||
with:
|
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
|
||||||
|
|
||||||
- name: Retrieve secrets
|
|
||||||
id: retrieve-secrets
|
|
||||||
uses: bitwarden/gh-actions/get-keyvault-secrets@main
|
|
||||||
with:
|
|
||||||
keyvault: "bitwarden-ci"
|
|
||||||
secrets: "brew-bump-workflow-pat"
|
|
||||||
|
|
||||||
- name: Update Homebrew formula
|
|
||||||
uses: dawidd6/action-homebrew-bump-formula@baf2b60c51fc1f8453c884b0c61052668a71bd1d # v3.11.0
|
|
||||||
with:
|
|
||||||
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
|
|
||||||
token: ${{ steps.retrieve-secrets.outputs.brew-bump-workflow-pat }}
|
|
||||||
org: bitwarden
|
|
||||||
tap: Homebrew/homebrew-core
|
|
||||||
formula: bitwarden-cli
|
|
||||||
tag: ${{ github.ref }}
|
|
||||||
revision: ${{ github.sha }}
|
|
||||||
force: true
|
|
Loading…
Reference in New Issue
Block a user