Skip to content

Commit ce0f663

Browse files
authored
Update update-master-from-upstream.yml
1 parent 0c29ca2 commit ce0f663

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-master-from-upstream.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update master from upstreame
1+
name: Update master from upstream
22
on:
33
workflow_dispatch:
44
schedule:
@@ -16,6 +16,5 @@ jobs:
1616
- name: Create Pull Request
1717
uses: peter-evans/create-pull-request@v3
1818
with:
19-
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2019
branch: upstream-changes
2120
base: master-upstream

0 commit comments

Comments
 (0)