Skip to content

Commit 830d979

Browse files
Merge pull request #287747 from craigshoemaker/patch-17
[Static Web Apps] Update: Deployment token management -> update GitHub UI steps
2 parents d27d0d5 + 631163d commit 830d979

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/static-web-apps/deployment-token-management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.author: cshoe
77
ms.service: azure-static-web-apps
88
ms.topic: conceptual
9-
ms.date: 06/24/2024
9+
ms.date: 10/02/2024
1010
---
1111

1212
# Reset deployment tokens in Azure Static Web Apps
@@ -40,14 +40,14 @@ To keep automated deployment running, after resetting a token you need to set th
4040

4141
1. Go to your project's repository on GitHub, and select the **Settings** tab.
4242

43-
1. Select **Secrets** from the menu item. Find a secret generated during Static Web App provisioning named _AZURE_STATIC_WEB_APPS_API_TOKEN_... in the _Repository secrets_ section.
43+
1. Under the *Security* section, select **Actions**.
4444

45-
:::image type="content" source="./media/deployment-token-management/github-repo-secrets.png" alt-text="Listing repository secrets":::
45+
1. Find a secret generated during Static Web App provisioning named _AZURE_STATIC_WEB_APPS_API_TOKEN_... in the _Repository secrets_ section.
4646

4747
> [!NOTE]
4848
> If you created the Azure Static Web Apps site against multiple branches of this repository, you see multiple _AZURE_STATIC_WEB_APPS_API_TOKEN_... secrets in this list. Select the correct one by matching the file name listed in the _Edit workflow_ field on the _Overview_ tab of the Static Web Apps site.
4949
50-
1. Select **Update**.
50+
1. Select pen icon button to update the value.
5151

5252
1. **Paste the value** of the deployment token to the _Value_ field.
5353

Binary file not shown.

0 commit comments

Comments
 (0)