Skip to content

Commit

Permalink
set testmo token when calling add-field
Browse files Browse the repository at this point in the history
  • Loading branch information
derekk-nm committed Sep 27, 2024
1 parent 6a1b88d commit 5f66987
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actions/testmo-create-resources/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: create testmo resources
description: create a TestMo resource .json file

inputs:
testmo_token:
description: testmo token
required: true
resources_file:
description: file name where the resources will be stored
required: true
Expand Down Expand Up @@ -30,4 +33,6 @@ runs:
ls -A
echo "resource file ${{ inputs.resources_json }} contents:"
cat "${{ inputs.resources_file }}"
env:
TESTMO_TOKEN: ${{ inputs.testmo_token }}
shell: bash

0 comments on commit 5f66987

Please sign in to comment.