File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,21 @@ name: Test Android build scripts
4343 - ' tests/**'
4444 - ' !tests/**/*.md'
4545
46+ # The token in secrets.CN1SS_GH_TOKEN was generated on
47+ # Oct 16th 2025. If in Oct 2026 builds start failing, it
48+ # means the token needs to be regenerated:
49+ # 1. Go to https://github.com/settings/tokens → “Developer settings” → “Personal access tokens”.
50+ # 2. Choose Fine-grained token (recommended).
51+ # 3. Grant:
52+ # • Repository access → select Codename One
53+ # • Permissions:
54+ # • Contents → Read and Write
55+ # • Pull requests → Read and Write
56+ # • Issues → Read and Write
57+ # 4. Copy the generated token
58+ # 5. Go to https://github.com/codenameone/CodenameOne/settings/secrets/actions
59+ # and edit the CN1SS_GH_TOKEN to use the new token
60+
4661jobs :
4762 build-android :
4863 permissions :
You can’t perform that action at this time.
0 commit comments