Skip to content

Commit c226391

Browse files
authored
[Marketing] Carlos trying pipelines 1: Adding Environment name (autogenhub#67)
1 parent 3fe0bbf commit c226391

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/marketing-builddeploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ defaults:
3838
working-directory: ./samples/marketing
3939

4040
jobs:
41-
build:
41+
deployment:
42+
43+
# Environment is going to be used by GitHub to create the subject of the federated identity.
44+
environment: dev
45+
4246
runs-on: ubuntu-latest
4347
env:
4448
AZURE_SUBSCRIPTION_ID: ${{ secrets.MARKETING_AZURE_SUBSCRIPTION_ID }}

0 commit comments

Comments
 (0)