Skip to content

Commit c0d5a0e

Browse files
authored
chore: update token name and timeout (#411)
1 parent b9adf9f commit c0d5a0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codebuild/release/upload_artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
BRANCH: "master"
99
git-credential-helper: yes
1010
secrets-manager:
11-
GH_TOKEN: Github/aws-crypto-tools-ci-bot:personal\ access\ token
11+
GH_TOKEN: Github/aws-crypto-tools-ci-bot:personal\ access\ token\ (new\ token\ format)
1212

1313
phases:
1414
pre_build:

look_4_version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ while [ $STATUS -ne 0 ]; do
1919
break
2020
fi
2121

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

0 commit comments

Comments
 (0)