Skip to content

Test Keeper Secrets integration with Github Actions #10

Test Keeper Secrets integration with Github Actions

Test Keeper Secrets integration with Github Actions #10

Workflow file for this run

name: Test Keeper Secrets integration with Github Actions
on:
workflow_dispatch:
jobs:
buildexecutable:
runs-on: ubuntu-22.04
name: Build with Keeper secrets
steps:
- name: Retrieve secrets from Keeper
id: ksecrets
uses: Keeper-Security/ksm-action@master
with:
keeper-secret-config: ${{ secrets.KEEPER_SM_GH_OPENCB }}
secrets: |
K93UNCEqng1wWOnXjh7H1Q/custom_field/'Secret Value' > env:KEEPERTOKEN
- name: Print Login & Password & URL
run: |
echo "Login is ${{ env.KEEPERTOKEN }}"