Skip to content

Commit f2595b0

Browse files
khasselKristjanESPERANTO
authored andcommitted
use secret which has contents rw access (MagicMirrorOrg#319)
1 parent 1458502 commit f2595b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/autoupdate_develop.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
with:
21+
token: ${{ secrets.REPO_PUSH_TOKEN }}
2022
- name: Merge master back to develop
2123
run: |
2224
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)