diff --git a/codebuild/release/upload_artifacts.yml b/codebuild/release/upload_artifacts.yml index 871a325ee..3c205540a 100644 --- a/codebuild/release/upload_artifacts.yml +++ b/codebuild/release/upload_artifacts.yml @@ -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: diff --git a/look_4_version.sh b/look_4_version.sh index 8ee1a5335..dfdbc489c 100755 --- a/look_4_version.sh +++ b/look_4_version.sh @@ -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