File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 37
37
# A token is used to avoid intermittent spurious job failures caused by rate limiting.
38
38
- name : Set up Codecov upload token
39
39
run : |
40
- if [[ "${{ github.repository }}" == "arduino-libraries/Arduino_CloudUtils " ]]; then
40
+ if [[ "${{ github.repository }}" == "arduino-libraries/Arduino_NetworkConfigurator " ]]; then
41
41
# In order to avoid uploads of data from forks, only use the token for runs in the parent repo.
42
42
# Token is intentionally exposed.
43
43
# 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 123
123
{
124
124
JWTProvisioningMessage command;
125
125
command.c .id = ProvisioningMessageId::JWTProvisioningMessageId;
126
+ memset (command.jwt , 0x00 , 269 );
126
127
memset (command.jwt , 0xCA , 268 );
127
128
uint8_t buffer[512 ];
128
129
size_t bytes_encoded = sizeof (buffer);
You can’t perform that action at this time.
0 commit comments