Skip to content

Commit

Permalink
Merge pull request #11 from gohypergiant/fix/add-env-to-workflow
Browse files Browse the repository at this point in the history
Declare secrets in workflow inputs
  • Loading branch information
imtmcdonald authored Sep 14, 2023
2 parents 0cc5b5f + 9cc3367 commit 8283eaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-to-fly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ on:
fly_access_token:
description: 'Fly access token'
required: true
gloss_bot_slack_token:
description: 'Gloss Bot Slack Token'
required: true
slack_webhook_url:
description: 'Slack Webhook URL'
required: true

concurrency:
group: ${{ inputs.app_name }} # Only one deploy at a time per app
Expand Down

0 comments on commit 8283eaa

Please sign in to comment.