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 2982700 commit c44a8f4Copy full SHA for c44a8f4
.github/workflows/ota-release.yml
@@ -38,5 +38,5 @@ jobs:
38
- name: Upload signed firmware
39
uses: djn24/add-asset-to-release@v1
40
with:
41
- token: ${{ secrets.RELEASE_KEY }}
+ token: ${{ secrets.GITHUB_TOKEN }}
42
path: 'firmware_signed.bin'
0 commit comments