mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
fix token for commit
This commit is contained in:
parent
bd798e9361
commit
839a978c46
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
|||||||
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
||||||
uses: ad-m/github-push-action@v0.6.0
|
uses: ad-m/github-push-action@v0.6.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ github.token }}
|
||||||
branch: main
|
branch: main
|
||||||
directory: ./src/fhem-mirror
|
directory: ./src/fhem-mirror
|
||||||
force: true
|
force: true
|
||||||
|
Loading…
Reference in New Issue
Block a user