Update repopush.yml
This commit is contained in:
parent
25848b626a
commit
d78a6489a6
3
.github/workflows/repopush.yml
vendored
3
.github/workflows/repopush.yml
vendored
@ -10,8 +10,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: push to bundle repo
|
- name: push to bundle repo
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.SM_ACCESS_TOKEN }}
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.SM_ACCESS_TOKEN }}
|
|
||||||
branch: master
|
branch: master
|
||||||
force: true
|
force: true
|
||||||
directory: .
|
directory: .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user