fix: Fix the custom action to run #1
@ -17,6 +17,8 @@ inputs:
|
||||
attributes_mapping:
|
||||
description: "JSON string with the mapping of the attributes to the AllSpice attributes"
|
||||
required: true
|
||||
auth_token:
|
||||
description: "AllSpice Hub authentication token"
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
@ -32,3 +34,5 @@ runs:
|
||||
- ${{ github.repository }}
|
||||
- ${{ inputs.project_path }}
|
||||
- ${{ inputs.pcb_path }}
|
||||
env:
|
||||
ALLSPICE_AUTH_TOKEN: ${{ inputs.auth_token }}
|
||||
|
Loading…
Reference in New Issue
Block a user