Skip to content

Commit b304b60

Browse files
authored
Added reminder about the token (#3969)
1 parent 507ed7f commit b304b60

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/scripts-android.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
4661
jobs:
4762
build-android:
4863
permissions:

0 commit comments

Comments
 (0)