Skip to content

Commit

Permalink
Move api_key to standard inputs (workflow should pass in via repo sec…
Browse files Browse the repository at this point in the history
…ret)
  • Loading branch information
r0bbie committed Jan 12, 2025
1 parent fffabd5 commit 306c3c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Buildstash'
description: 'Upload build artifacts to Buildstash'
inputs:
api_key:
description: 'Application specific API Key'
required: true
structure:
description: 'Structure type (e.g. file or file+expansion)'
required: true
Expand Down Expand Up @@ -73,10 +76,6 @@ inputs:
notes:
description: 'Build notes'
required: false
secrets:
api_key:
description: 'Application specific API Key'
required: true
branding:
icon: 'package'
color: 'purple'
Expand Down

0 comments on commit 306c3c5

Please sign in to comment.