Skip to content

Commit 593a2fd

Browse files
committed
fixup
1 parent 8d678ea commit 593a2fd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/docfx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ jobs:
5050
with:
5151
# The directory where your repository is located. You should use actions/checkout first to set it up
5252
cwd: ./gh-pages
53-
branch: gh-pages
5453
push: true
55-
token: ${{ secrets.GITHUB_TOKEN }}
54+
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nightlynuget_dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ jobs:
3939
with:
4040
message: 'Nightly PnP Framework release'
4141
push: true
42-
branch: dev
43-
token: ${{ secrets.GITHUB_TOKEN }}
42+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)