From 90bf3ef42eeaa3028d90235b0e6675d7b192a9c4 Mon Sep 17 00:00:00 2001 From: Zach Radlicz Date: Tue, 25 Mar 2025 14:39:06 -0500 Subject: [PATCH] added product id --- .github/workflows/release-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml index 59f1b8f..7150bca 100644 --- a/.github/workflows/release-workflow.yaml +++ b/.github/workflows/release-workflow.yaml @@ -118,6 +118,6 @@ jobs: particle-access-token: ${{ secrets.PARTICLE_ACCESS_TOKEN }} firmware-path: ${{ steps.find_binary.outputs.firmware-path }} firmware-version: ${{ needs.release.outputs.firmware-version }} - product-id: ${{ secrets.PARTICLE_PRODUCT_ID }} + product-id: ${{ secrets.PARTICLE_GEMS_DEMO_PRODUCT_ID }} title: 'Firmware v${{ needs.release.outputs.firmware-version }}' description: '[Firmware v${{ needs.release.outputs.firmware-version }} GitHub Release](${{ needs.release.outputs.release-url }})' \ No newline at end of file