We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e263a commit 040c5bbCopy full SHA for 040c5bb
.github/workflows/deploy.yml
@@ -3,10 +3,6 @@ name: Deploy Hugo to S3
3
on:
4
workflow_call:
5
inputs:
6
- environment:
7
- description: "Choose the environment"
8
- required: true
9
- type: string
10
target:
11
description: "Hugo target to deploy to"
12
required: true
.github/workflows/main.yml
@@ -57,7 +57,6 @@ jobs:
57
id-token: write
58
contents: read
59
with:
60
- environment: internal
61
target: internal
62
secrets:
63
AWS_OIDC_ROLE: ${{ secrets.AWS_OIDC_ROLE_INTERNAL }}
.github/workflows/production.yml
@@ -73,7 +73,6 @@ jobs:
73
74
75
76
- environment: production
77
target: production
78
79
AWS_OIDC_ROLE: ${{ secrets.AWS_OIDC_ROLE_PRODUCTION }}
0 commit comments