|
21 | 21 | - name: Setup .NET Core
|
22 | 22 | uses: actions/setup-dotnet@v1
|
23 | 23 | with:
|
24 | | - dotnet-version: '5.0.x' |
| 24 | + dotnet-version: '6.0.x' |
25 | 25 | - name: Deploy Database
|
26 | 26 | working-directory: ./database/deploy
|
27 | 27 | env:
|
|
31 | 31 | id: builddeploy
|
32 | 32 | uses: Azure/static-web-apps-deploy@v1
|
33 | 33 | 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 }} |
35 | 35 | repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
|
36 | 36 | action: "upload"
|
37 | 37 | ###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
|
|
50 | 50 | id: closepullrequest
|
51 | 51 | uses: Azure/static-web-apps-deploy@v1
|
52 | 52 | 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 }} |
54 | 54 | action: "close"
|
0 commit comments