Skip to content

Commit 30ad12a

Browse files
committed
update tokens usage
1 parent 16139be commit 30ad12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- run:
146146
name: Publish API docs
147147
command: |
148-
GITHUB_WRITER_TOKEN=$(./mbx-ci github writer token)
148+
GITHUB_WRITER_TOKEN=$(./mbx-ci github writer public token)
149149
git remote set-url origin "https://x-access-token:$GITHUB_WRITER_TOKEN@github.com/mapbox/mapbox-java.git"
150150
git config --global user.email no-reply@mapbox.com && git config --global user.name mapbox-ci
151151
./scripts/publish_api_docs_android.sh -p $GITHUB_WRITER_TOKEN -t $CIRCLE_TAG

0 commit comments

Comments
 (0)