Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Apr 5, 2024
1 parent ab9b6b4 commit e1a8e51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ inputs:
required: true
PUBLISH_BUCKET:
required: true

secrets:
MATTERMOST_PAT:
required: true

Expand Down Expand Up @@ -63,4 +61,4 @@ runs:
EarthdataUsername=${{ inputs.EARTHDATA_USERNAME }} \
EarthdataPassword=${{ inputs.EARTHDATA_PASSWORD }} \
PublishBucket=${{ inputs.PUBLISH_BUCKET }} \
MattermostPAT=${{ secrets.MATTERMOST_PAT }}
MattermostPAT=${{ inputs.MATTERMOST_PAT }}

0 comments on commit e1a8e51

Please sign in to comment.