Skip to content

Commit

Permalink
fix: workflow yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jul 19, 2024
1 parent 8c608fa commit 5de7e9e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
description: "Environment to deploy to"
type: string
required: true
secrets:
PULUMI_ACCESS_TOKEN:
required: true

jobs:
ref:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
description: "Leave blank to use current HEAD, or provide an override commit SHA"
type: string
required: false
secrets:
PULUMI_ACCESS_TOKEN:
required: true

jobs:
deploy:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
description: "Leave blank to use current HEAD, or provide an override commit SHA"
type: string
required: false
secrets:
PULUMI_ACCESS_TOKEN:
required: true

jobs:
deploy:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
description: "Leave blank to use current HEAD, or provide an override commit SHA"
type: string
required: false
secrets:
PULUMI_ACCESS_TOKEN:
required: true

jobs:
deploy:
Expand Down

0 comments on commit 5de7e9e

Please sign in to comment.