File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3737 # A token is used to avoid intermittent spurious job failures caused by rate limiting.
3838 - name : Set up Codecov upload token
3939 run : |
40- if [[ "${{ github.repository }}" == "arduino-libraries/Arduino_CloudUtils " ]]; then
40+ if [[ "${{ github.repository }}" == "arduino-libraries/Arduino_NetworkConfigurator " ]]; then
4141 # In order to avoid uploads of data from forks, only use the token for runs in the parent repo.
4242 # Token is intentionally exposed.
4343 # See: https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
Original file line number Diff line number Diff line change 123123 {
124124 JWTProvisioningMessage command;
125125 command.c .id = ProvisioningMessageId::JWTProvisioningMessageId;
126+ memset (command.jwt , 0x00 , 269 );
126127 memset (command.jwt , 0xCA , 268 );
127128 uint8_t buffer[512 ];
128129 size_t bytes_encoded = sizeof (buffer);
You can’t perform that action at this time.
0 commit comments