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 3fe0bbf commit c226391Copy full SHA for c226391
.github/workflows/marketing-builddeploy.yml
@@ -38,7 +38,11 @@ defaults:
38
working-directory: ./samples/marketing
39
40
jobs:
41
- build:
+ deployment:
42
+
43
+ # Environment is going to be used by GitHub to create the subject of the federated identity.
44
+ environment: dev
45
46
runs-on: ubuntu-latest
47
env:
48
AZURE_SUBSCRIPTION_ID: ${{ secrets.MARKETING_AZURE_SUBSCRIPTION_ID }}
0 commit comments