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' }}
|
||||
uses: ad-m/github-push-action@v0.6.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ github.token }}
|
||||
branch: main
|
||||
directory: ./src/fhem-mirror
|
||||
force: true
|
||||
|
Loading…
Reference in New Issue
Block a user