We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8f46b commit 5f688c2Copy full SHA for 5f688c2
1 file changed
.github/workflows/build.yml
@@ -109,6 +109,11 @@ jobs:
109
run: chmod +x micropython/mpy-cross/build/mpy-cross
110
- run: pipx install poetry
111
- run: poetry install --only=build
112
+ - name: Create credits file
113
+ run: |
114
+ echo "$PYBRICKS_EV3_CREDITS" > bricks/ev3/credits.txt
115
+ env:
116
+ PYBRICKS_EV3_CREDITS: ${{ secrets.PYBRICKS_EV3_CREDITS }}
117
- name: Build firmware (pull request)
118
if: ${{ github.base_ref != null }}
119
run: poetry run .github/build-each-commit.py ${{ matrix.hub }} ${{ github.sha }}
0 commit comments