Skip to content

Commit 0fb22e6

Browse files
committed
do not persist credentials
1 parent dfbf282 commit 0fb22e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v6
27+
persist-credentials: false
2728

2829
- name: Setup .NET SDK
2930
uses: actions/setup-dotnet@v5
@@ -47,7 +48,6 @@ jobs:
4748
- name: Commit wwwroot to GitHub Pages
4849
uses: JamesIves/github-pages-deploy-action@v4
4950
with:
50-
branch: main
5151
folder: release/wwwroot
5252
repository-name: iSeiryu/iseiryu.github.io
5353
target-folder: blazor

0 commit comments

Comments
 (0)