Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5cc5622

Browse files
committed
updated sample workflow
1 parent 05d6795 commit 5cc5622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/azure-static-web-apps.yml.sample‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET Core
2222
uses: actions/setup-dotnet@v1
2323
with:
24-
dotnet-version: '5.0.x'
24+
dotnet-version: '6.0.x'
2525
- name: Deploy Database
2626
working-directory: ./database/deploy
2727
env:
@@ -31,7 +31,7 @@ jobs:
3131
id: builddeploy
3232
uses: Azure/static-web-apps-deploy@v1
3333
with:
34-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_PLANT_0020F4110 }}
34+
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
3535
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
3636
action: "upload"
3737
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
@@ -50,5 +50,5 @@ jobs:
5050
id: closepullrequest
5151
uses: Azure/static-web-apps-deploy@v1
5252
with:
53-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_PLANT_0020F4110 }}
53+
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
5454
action: "close"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /