fix: Fix the custom action to run #1
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user