We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c959d7 commit 058719aCopy full SHA for 058719a
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: Azure/static-web-apps-deploy@v1
17
with:
18
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
19
- repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
20
action: "upload"
21
app_location: "/"
22
output_location: "/"
0 commit comments