fix: Fix the custom action to run #1

Merged
shrikanth-allspice merged 5 commits from :jt/fix-pip into main 2024-04-09 15:46:06 +00:00
Showing only changes of commit 7cb7e3271e - Show all commits

View File

@ -17,6 +17,8 @@ inputs:
attributes_mapping: attributes_mapping:
description: "JSON string with the mapping of the attributes to the AllSpice attributes" description: "JSON string with the mapping of the attributes to the AllSpice attributes"
required: true required: true
auth_token:
description: "AllSpice Hub authentication token"
runs: runs:
using: "docker" using: "docker"
image: "Dockerfile" image: "Dockerfile"
@ -32,3 +34,5 @@ runs:
- ${{ github.repository }} - ${{ github.repository }}
- ${{ inputs.project_path }} - ${{ inputs.project_path }}
- ${{ inputs.pcb_path }} - ${{ inputs.pcb_path }}
env:
ALLSPICE_AUTH_TOKEN: ${{ inputs.auth_token }}