Skip to content

Commit

Permalink
made service account configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
davosian committed Aug 29, 2024
1 parent c4d2a69 commit 40d79fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ inputs:
testim_test:
description: Name of Testim test flow label
required: true
op_service_account_token:
description: 1Password service account token
required: true
runs:
using: "composite"

Expand All @@ -18,7 +21,7 @@ runs:
- name: Load Testim Secrets
uses: 1password/[email protected]
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
OP_SERVICE_ACCOUNT_TOKEN: ${{ inputs.op_service_account_token }}
TESTIM_TOKEN: op://ajila_CICD/TESTIM/token
TESTIM_GRID_ID: op://ajila_CICD/TESTIM/grid_id
TESTIM_PROJECT: op://ajila_CICD/TESTIM/project
Expand Down

0 comments on commit 40d79fc

Please sign in to comment.