Skip to content

Commit

Permalink
Actions: adding comments
Browse files Browse the repository at this point in the history
Adding note regarding variables and values in the workflow.
  • Loading branch information
jeffwilcox authored Oct 3, 2023
1 parent 5ec03b6 commit 9f3f764
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Create containers and deploy to a test environment
# ---
# Note that this workflow uses OpenID Connect for secretless deployment to Azure.
#
# Variables that are not secrets and can be configured as Actions variables _or_ secrets:
# - AAD tenant ID, subscription ID, client ID for OpenID Connect
# - Azure Container Registry name and username
# - App Service endpoints, app names, and slot names
# - Test environment URLs

name: Ship it 🐿️

on:
Expand Down

0 comments on commit 9f3f764

Please sign in to comment.