Skip to content

Commit cf758d6

Browse files
authored
Merge pull request #85562 from SIkebe/patch-2
Follow the GitHub repo UI updates
2 parents 17b82e6 + ee46747 commit cf758d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-instances/container-instances-github-action.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This article shows two ways to set up the workflow:
4040

4141
![Screenshot of the Fork button (highlighted) in GitHub](../container-registry/media/container-registry-tutorial-quick-build/quick-build-01-fork.png)
4242

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.
4444

4545
## Configure GitHub workflow
4646

@@ -107,9 +107,9 @@ az role assignment create \
107107

108108
### Save credentials to GitHub repo
109109

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**.
111111

112-
1. Select **Add a new secret** to add the following secrets:
112+
1. Select **New repository secret** to add the following secrets:
113113

114114
|Secret |Value |
115115
|---------|---------|
@@ -121,8 +121,8 @@ az role assignment create \
121121

122122
### Create workflow file
123123

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**.
126126
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.
127127
1. Select **Start commit**, optionally provide short and extended descriptions of your commit, and select **Commit new file**.
128128

0 commit comments

Comments
 (0)