We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16139be commit 30ad12aCopy full SHA for 30ad12a
1 file changed
.circleci/config.yml
@@ -145,7 +145,7 @@ jobs:
145
- run:
146
name: Publish API docs
147
command: |
148
- GITHUB_WRITER_TOKEN=$(./mbx-ci github writer token)
+ GITHUB_WRITER_TOKEN=$(./mbx-ci github writer public token)
149
git remote set-url origin "https://x-access-token:$GITHUB_WRITER_TOKEN@github.com/mapbox/mapbox-java.git"
150
git config --global user.email no-reply@mapbox.com && git config --global user.name mapbox-ci
151
./scripts/publish_api_docs_android.sh -p $GITHUB_WRITER_TOKEN -t $CIRCLE_TAG
0 commit comments