Skip to content

Commit 0eee43f

Browse files
authored
prepare tokens use for pushing in target repos
1 parent d986a7e commit 0eee43f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
run: |
1919
echo "GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
2020
- name: Build Arduino Libs
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
23+
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
2124
run: bash ./build.sh
2225
- name: Release
2326
uses: jason2866/[email protected]

0 commit comments

Comments
 (0)