2
0
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:
sidey79 2021-12-11 21:14:22 +01:00 committed by GitHub
parent bd798e9361
commit 839a978c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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