Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codebuild/release/upload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
BRANCH: "master"
git-credential-helper: yes
secrets-manager:
GH_TOKEN: Github/aws-crypto-tools-ci-bot:personal\ access\ token
GH_TOKEN: Github/aws-crypto-tools-ci-bot:personal\ access\ token\ (new\ token\ format)

phases:
pre_build:
Expand Down
2 changes: 1 addition & 1 deletion look_4_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ while [ $STATUS -ne 0 ]; do
break
fi

if [ $((COUNTER+=1)) -eq 10 ]; then
if [ $((COUNTER+=1)) -eq 15 ]; then
echo "It has been an awfully long time, you should check Maven Central for issues"
exit 1
fi
Expand Down