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 d43e11f commit bff47b7Copy full SHA for bff47b7
.github/workflows/autobuild.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Get registration token
30
id: getRegToken
31
run: |
32
- curl -X POST -H \"Accept: application/vnd.github.v3+json\" -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' https://api.github.com/repos/fujinet-wifi/fujinet-firmware/actions/runners/registration-token
+ curl -X POST -H \"Accept: application/vnd.github.v3+json\" -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' https://api.github.com/repos/fujinetwifi/fujinet-firmware/actions/runners/registration-token
33
34
# tagged-release:
35
# name: "PlatformIO CI"
0 commit comments