Skip to content

Commit

Permalink
remove token input
Browse files Browse the repository at this point in the history
  • Loading branch information
derekk-nm committed Sep 30, 2024
1 parent 58e5352 commit ec2093f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions actions/testmo-create-resources/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ 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 All @@ -24,7 +21,7 @@ runs:

- name: compose Testmo resources file
run: |
echo "composing Testmo resources file ${{ inputs.resources_file }} ..."
echo "composing Testmo resources file '$RESOURCES_FILE'"
compose_testmo_resources_file.py \
--resources_json "$RESOURCES_JSON" \
--destination "$RESOURCES_FILE"
Expand Down

0 comments on commit ec2093f

Please sign in to comment.