Skip to content

Commit 696e625

Browse files
committed
Add secret token to User Agent
This will allow to possibly bypass spam-checks on the server side reducing the jobs failures due to rate limiting.
1 parent 7d17be6 commit 696e625

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-go-integration-task.yml

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484

8585
runs-on: ${{ matrix.operating-system }}
8686

87+
env:
88+
ARDUINO_CLI_USER_AGENT_EXTENSION: ${{ secrets.CLOUDFLARE_SPAMCHECK_BYPASS_TOKEN }}
89+
8790
steps:
8891
# By default, actions/checkout converts the repo's LF line endings to CRLF on the Windows runner.
8992
- name: Disable EOL conversions

0 commit comments

Comments
 (0)