Skip to content

Commit 2970997

Browse files
committed
Update compile-rtk-firmware.yml
1 parent d26666d commit 2970997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-rtk-firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
--build-arg CORE_VERSION=${{ env.CORE_VERSION }} \
6161
--build-arg FIRMWARE_VERSION_MAJOR=${{ env.FIRMWARE_VERSION_MAJOR }} \
6262
--build-arg FIRMWARE_VERSION_MINOR=${{ env.FIRMWARE_VERSION_MINOR }} \
63-
--build-arg POINTPERFECT_TOKEN=${{ secrets.POINTPERFECT_TOKEN }} \
63+
--build-arg POINTPERFECT_TOKEN="${{ secrets.POINTPERFECT_TOKEN }}" \
6464
--build-arg ENABLE_DEVELOPER=${{ env.ENABLE_DEVELOPER }} \
6565
--build-arg DEBUG_LEVEL=${{ env.DEBUG_LEVEL }} \
6666
.

0 commit comments

Comments
 (0)