Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Guru-25 committed Sep 8, 2024
1 parent f12d0bc commit c667d10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bw-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
BW_SERVER: ${{ secrets.BW_SERVER }}
BW_CLIENTID: ${{ secrets.BW_CLIENTID }}
BW_CLIENTSECRET : ${{ secrets.BW_CLIENTSECRET }}
BW_CLIENTSECRET: ${{ secrets.BW_CLIENTSECRET }}
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
DROPBOX_APP_KEY: ${{ secrets.DROPBOX_APP_KEY }}
DROPBOX_APP_SECRET: ${{ secrets.DROPBOX_APP_SECRET }}
Expand All @@ -15,11 +15,15 @@ env:
jobs:
bw_export:
runs-on: ubuntu-latest
name: Export Vault

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Bitwarden CLI
run: |
sudo npm install -g @bitwarden/cli
- name: Run Shell Script
id: shell_script_run
run: bash ./bw-export.sh

0 comments on commit c667d10

Please sign in to comment.