Skip to content

Commit 058719a

Browse files
committed
Remove unnecessary comment
1 parent 9c959d7 commit 058719a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: Azure/static-web-apps-deploy@v1
1717
with:
1818
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)
19+
repo_token: ${{ secrets.GITHUB_TOKEN }}
2020
action: "upload"
2121
app_location: "/"
2222
output_location: "/"

0 commit comments

Comments
 (0)