Skip to content

Commit d0bc499

Browse files
committed
Use environment
1 parent 2e0ead1 commit d0bc499

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dropbox-publish-artifact.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
required: false
2626
type: string
2727
default: "ubuntu-latest"
28+
environment:
29+
description: "Environment to use"
30+
required: false
31+
type: string
2832
secrets:
2933
dropbox-token:
3034
description: "Dropbox access token"
@@ -35,6 +39,7 @@ jobs:
3539
name: Dropbox - Publish
3640
runs-on: [ "${{ inputs.runs-on }}" ]
3741
concurrency: dropbox-${{ inputs.target }}
42+
environment: ${{ inputs.environment }}
3843
steps:
3944
- uses: actions/download-artifact@v5.0.0
4045
name: Download artifact

0 commit comments

Comments
 (0)