Skip to content

Commit 040c5bb

Browse files
committed
Remove environment input
1 parent 09e263a commit 040c5bb

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Deploy Hugo to S3
33
on:
44
workflow_call:
55
inputs:
6-
environment:
7-
description: "Choose the environment"
8-
required: true
9-
type: string
106
target:
117
description: "Hugo target to deploy to"
128
required: true

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
id-token: write
5858
contents: read
5959
with:
60-
environment: internal
6160
target: internal
6261
secrets:
6362
AWS_OIDC_ROLE: ${{ secrets.AWS_OIDC_ROLE_INTERNAL }}

.github/workflows/production.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
id-token: write
7474
contents: read
7575
with:
76-
environment: production
7776
target: production
7877
secrets:
7978
AWS_OIDC_ROLE: ${{ secrets.AWS_OIDC_ROLE_PRODUCTION }}

0 commit comments

Comments
 (0)