You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-instances/container-instances-github-action.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This article shows two ways to set up the workflow:
40
40
41
41

42
42
43
-
* Ensure Actions is enabled for your repository. Navigate to your forked repository and select **Settings** > **Actions**. In **Actions permissions**, ensure that **Enable local and third party Actions for this repository** is selected.
43
+
* Ensure Actions is enabled for your repository. Navigate to your forked repository and select **Settings** > **Actions**. In **Actions permissions**, ensure that **Allow all actions** is selected.
44
44
45
45
## Configure GitHub workflow
46
46
@@ -107,9 +107,9 @@ az role assignment create \
107
107
108
108
### Save credentials to GitHub repo
109
109
110
-
1. In the GitHub UI, navigate to your forked repository and select **Settings** > **Secrets**.
110
+
1. In the GitHub UI, navigate to your forked repository and select **Settings** > **Secrets** > **Actions**.
111
111
112
-
1. Select **Add a new secret** to add the following secrets:
112
+
1. Select **New repository secret** to add the following secrets:
113
113
114
114
|Secret |Value |
115
115
|---------|---------|
@@ -121,8 +121,8 @@ az role assignment create \
121
121
122
122
### Create workflow file
123
123
124
-
1. In the GitHub UI, select **Actions** > **New workflow**.
125
-
1. Select **Set up a workflow yourself**.
124
+
1. In the GitHub UI, select **Actions**.
125
+
1. Select **set up a workflow yourself**.
126
126
1. In **Edit new file**, paste the following YAML contents to overwrite the sample code. Accept the default filename `main.yml`, or provide a filename you choose.
127
127
1. Select **Start commit**, optionally provide short and extended descriptions of your commit, and select **Commit new file**.
0 commit comments