Hi
I’m having auth issues with github actions for the JavaScript Code. Something about not having the correct authority. I’ve created the the CI/CD Access Keys and placed them in the repos secrets (ACCESS_KEY_ID & SECRET_ACCESS_KEY). I’ve regenerated them and updated them a few time with no success.
I’d appreciate if anyone knows where i might have gone wrong.
docker-build
docker-build
2025-06-21T14:17:37.1437091Z Current runner version: '2.325.0'
2025-06-21T14:17:37.1476090Z ##[group]Operating System
2025-06-21T14:17:37.1477367Z Ubuntu
2025-06-21T14:17:37.1478237Z 24.04.2
2025-06-21T14:17:37.1479362Z LTS
2025-06-21T14:17:37.1480186Z ##[endgroup]
2025-06-21T14:17:37.1481389Z ##[group]Runner Image
2025-06-21T14:17:37.1482551Z Image: ubuntu-24.04
2025-06-21T14:17:37.1483560Z Version: 20250615.1.0
2025-06-21T14:17:37.1485292Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250615.1/images/ubuntu/Ubuntu2404-Readme.md
2025-06-21T14:17:37.1487930Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250615.1
2025-06-21T14:17:37.1489622Z ##[endgroup]
2025-06-21T14:17:37.1490549Z ##[group]Runner Image Provisioner
2025-06-21T14:17:37.1492064Z 2.0.437.1
2025-06-21T14:17:37.1492885Z ##[endgroup]
2025-06-21T14:17:37.1494799Z ##[group]GITHUB_TOKEN Permissions
2025-06-21T14:17:37.1497407Z Contents: read
2025-06-21T14:17:37.1498354Z Metadata: read
2025-06-21T14:17:37.1499678Z Packages: read
2025-06-21T14:17:37.1500849Z ##[endgroup]
2025-06-21T14:17:37.1504138Z Secret source: Actions
2025-06-21T14:17:37.1505358Z Prepare workflow directory
2025-06-21T14:17:37.2129994Z Prepare all required actions
2025-06-21T14:17:37.2187934Z Getting action download info
2025-06-21T14:17:37.7604902Z ##[group]Download immutable action package 'actions/checkout@v2'
2025-06-21T14:17:37.7606058Z Version: 2.7.0
2025-06-21T14:17:37.7607101Z Digest: sha256:95d28907bc868c0bab52f05f1f84cf8416c9415fba4c92519bc0b83bdce1eae3
2025-06-21T14:17:37.7608533Z Source commit SHA: ee0669bd1cc54295c223e0bb666b733df41de1c5
2025-06-21T14:17:37.7609370Z ##[endgroup]
2025-06-21T14:17:37.8636020Z Download action repository 'aws-actions/configure-aws-credentials@v1' (SHA:67fbcbb121271f7775d2e7715933280b06314838)
2025-06-21T14:17:38.3666290Z Download action repository 'aws-actions/amazon-ecr-login@v1' (SHA:2fc7aceee09e9e4a7105c0d060c656fad0b4f63d)
2025-06-21T14:17:38.8890480Z Complete job name: docker-build
2025-06-21T14:17:38.9533767Z ##[group]Run git config --global user.email "simmonsguy10@gmail.com"
2025-06-21T14:17:38.9535656Z e[36;1mgit config --global user.email "simmonsguy10@gmail.com"e[0m
2025-06-21T14:17:38.9634766Z shell: /usr/bin/bash -e {0}
2025-06-21T14:17:38.9636094Z ##[endgroup]
2025-06-21T14:17:39.0084167Z ##[group]Run actions/checkout@v2
2025-06-21T14:17:39.0085237Z with:
2025-06-21T14:17:39.0086202Z repository: 2simguy/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:39.0087713Z token: ***
2025-06-21T14:17:39.0088534Z ssh-strict: true
2025-06-21T14:17:39.0089417Z persist-credentials: true
2025-06-21T14:17:39.0090363Z clean: true
2025-06-21T14:17:39.0091357Z fetch-depth: 1
2025-06-21T14:17:39.0092189Z lfs: false
2025-06-21T14:17:39.0092985Z submodules: false
2025-06-21T14:17:39.0093858Z set-safe-directory: true
2025-06-21T14:17:39.0094797Z ##[endgroup]
2025-06-21T14:17:39.2647172Z Syncing repository: 2simguy/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:39.2651755Z ##[group]Getting Git version info
2025-06-21T14:17:39.2654883Z Working directory is '/home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge'
2025-06-21T14:17:39.2658947Z [command]/usr/bin/git version
2025-06-21T14:17:39.2687475Z git version 2.49.0
2025-06-21T14:17:39.2740762Z ##[endgroup]
2025-06-21T14:17:39.2773121Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/2acbdcf1-43c4-4f81-963a-07a5d7c70a41/.gitconfig'
2025-06-21T14:17:39.2795756Z Temporarily overriding HOME='/home/runner/work/_temp/2acbdcf1-43c4-4f81-963a-07a5d7c70a41' before making global git config changes
2025-06-21T14:17:39.2814082Z Adding repository directory to the temporary git global config as a safe directory
2025-06-21T14:17:39.2819133Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:39.2890958Z Deleting the contents of '/home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge'
2025-06-21T14:17:39.2896184Z ##[group]Initializing the repository
2025-06-21T14:17:39.2902295Z [command]/usr/bin/git init /home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:39.2991616Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-06-21T14:17:39.2995882Z hint: is subject to change. To configure the initial branch name to use in all
2025-06-21T14:17:39.2999110Z hint: of your new repositories, which will suppress this warning, call:
2025-06-21T14:17:39.3001542Z hint:
2025-06-21T14:17:39.3002679Z hint: git config --global init.defaultBranch <name>
2025-06-21T14:17:39.3003903Z hint:
2025-06-21T14:17:39.3005462Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-06-21T14:17:39.3008609Z hint: 'development'. The just-created branch can be renamed via this command:
2025-06-21T14:17:39.3011321Z hint:
2025-06-21T14:17:39.3012566Z hint: git branch -m <name>
2025-06-21T14:17:39.3016178Z Initialized empty Git repository in /home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge/.git/
2025-06-21T14:17:39.3024766Z [command]/usr/bin/git remote add origin https://github.com/2simguy/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:39.3064505Z ##[endgroup]
2025-06-21T14:17:39.3070505Z ##[group]Disabling automatic garbage collection
2025-06-21T14:17:39.3072817Z [command]/usr/bin/git config --local gc.auto 0
2025-06-21T14:17:39.3103088Z ##[endgroup]
2025-06-21T14:17:39.3106156Z ##[group]Setting up auth
2025-06-21T14:17:39.3110564Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-06-21T14:17:39.3146271Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-06-21T14:17:39.3464886Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-06-21T14:17:39.3499814Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-06-21T14:17:39.3742721Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-06-21T14:17:39.3786252Z ##[endgroup]
2025-06-21T14:17:39.3791245Z ##[group]Fetching the repository
2025-06-21T14:17:39.3798752Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +9eb6830bc3becf928d801720571e71adf7fd06be:refs/remotes/origin/main
2025-06-21T14:17:39.9661813Z remote: Enumerating objects: 27, done.
2025-06-21T14:17:39.9663696Z remote: Counting objects: 3% (1/27)
2025-06-21T14:17:39.9665340Z remote: Counting objects: 7% (2/27)
2025-06-21T14:17:39.9666929Z remote: Counting objects: 11% (3/27)
2025-06-21T14:17:39.9668533Z remote: Counting objects: 14% (4/27)
2025-06-21T14:17:39.9670170Z remote: Counting objects: 18% (5/27)
2025-06-21T14:17:39.9672063Z remote: Counting objects: 22% (6/27)
2025-06-21T14:17:39.9673664Z remote: Counting objects: 25% (7/27)
2025-06-21T14:17:39.9675266Z remote: Counting objects: 29% (8/27)
2025-06-21T14:17:39.9676847Z remote: Counting objects: 33% (9/27)
2025-06-21T14:17:39.9678549Z remote: Counting objects: 37% (10/27)
2025-06-21T14:17:39.9680140Z remote: Counting objects: 40% (11/27)
2025-06-21T14:17:39.9682039Z remote: Counting objects: 44% (12/27)
2025-06-21T14:17:39.9683783Z remote: Counting objects: 48% (13/27)
2025-06-21T14:17:39.9685495Z remote: Counting objects: 51% (14/27)
2025-06-21T14:17:39.9687135Z remote: Counting objects: 55% (15/27)
2025-06-21T14:17:39.9688793Z remote: Counting objects: 59% (16/27)
2025-06-21T14:17:39.9690517Z remote: Counting objects: 62% (17/27)
2025-06-21T14:17:39.9692450Z remote: Counting objects: 66% (18/27)
2025-06-21T14:17:39.9694407Z remote: Counting objects: 70% (19/27)
2025-06-21T14:17:39.9696055Z remote: Counting objects: 74% (20/27)
2025-06-21T14:17:39.9697683Z remote: Counting objects: 77% (21/27)
2025-06-21T14:17:39.9699300Z remote: Counting objects: 81% (22/27)
2025-06-21T14:17:39.9701090Z remote: Counting objects: 85% (23/27)
2025-06-21T14:17:39.9702765Z remote: Counting objects: 88% (24/27)
2025-06-21T14:17:39.9704381Z remote: Counting objects: 92% (25/27)
2025-06-21T14:17:39.9706000Z remote: Counting objects: 96% (26/27)
2025-06-21T14:17:39.9707620Z remote: Counting objects: 100% (27/27)
2025-06-21T14:17:39.9709388Z remote: Counting objects: 100% (27/27), done.
2025-06-21T14:17:39.9711337Z remote: Compressing objects: 4% (1/22)
2025-06-21T14:17:39.9713073Z remote: Compressing objects: 9% (2/22)
2025-06-21T14:17:39.9714748Z remote: Compressing objects: 13% (3/22)
2025-06-21T14:17:39.9716401Z remote: Compressing objects: 18% (4/22)
2025-06-21T14:17:39.9718022Z remote: Compressing objects: 22% (5/22)
2025-06-21T14:17:39.9719629Z remote: Compressing objects: 27% (6/22)
2025-06-21T14:17:39.9721435Z remote: Compressing objects: 31% (7/22)
2025-06-21T14:17:39.9723115Z remote: Compressing objects: 36% (8/22)
2025-06-21T14:17:39.9724761Z remote: Compressing objects: 40% (9/22)
2025-06-21T14:17:39.9726403Z remote: Compressing objects: 45% (10/22)
2025-06-21T14:17:39.9728056Z remote: Compressing objects: 50% (11/22)
2025-06-21T14:17:39.9729723Z remote: Compressing objects: 54% (12/22)
2025-06-21T14:17:39.9731556Z remote: Compressing objects: 59% (13/22)
2025-06-21T14:17:39.9733242Z remote: Compressing objects: 63% (14/22)
2025-06-21T14:17:39.9734889Z remote: Compressing objects: 68% (15/22)
2025-06-21T14:17:39.9736903Z remote: Compressing objects: 72% (16/22)
2025-06-21T14:17:39.9738717Z remote: Compressing objects: 77% (17/22)
2025-06-21T14:17:39.9740382Z remote: Compressing objects: 81% (18/22)
2025-06-21T14:17:39.9742267Z remote: Compressing objects: 86% (19/22)
2025-06-21T14:17:39.9744142Z remote: Compressing objects: 90% (20/22)
2025-06-21T14:17:39.9745872Z remote: Compressing objects: 95% (21/22)
2025-06-21T14:17:39.9747547Z remote: Compressing objects: 100% (22/22)
2025-06-21T14:17:39.9749176Z remote: Compressing objects: 100% (22/22), done.
2025-06-21T14:17:39.9785266Z remote: Total 27 (delta 0), reused 19 (delta 0), pack-reused 0 (from 0)
2025-06-21T14:17:39.9863296Z From https://github.com/2simguy/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:39.9867639Z * [new ref] 9eb6830bc3becf928d801720571e71adf7fd06be -> origin/main
2025-06-21T14:17:39.9896725Z ##[endgroup]
2025-06-21T14:17:39.9900782Z ##[group]Determining the checkout info
2025-06-21T14:17:39.9904004Z ##[endgroup]
2025-06-21T14:17:39.9906224Z ##[group]Checking out the ref
2025-06-21T14:17:39.9908683Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2025-06-21T14:17:39.9963844Z Switched to a new branch 'main'
2025-06-21T14:17:39.9967165Z branch 'main' set up to track 'origin/main'.
2025-06-21T14:17:39.9975167Z ##[endgroup]
2025-06-21T14:17:40.0018540Z [command]/usr/bin/git log -1 --format='%H'
2025-06-21T14:17:40.0044008Z '9eb6830bc3becf928d801720571e71adf7fd06be'
2025-06-21T14:17:40.0273169Z ##[group]Run aws-actions/configure-aws-credentials@v1
2025-06-21T14:17:40.0274362Z with:
2025-06-21T14:17:40.0275350Z aws-access-key-id: ***
2025-06-21T14:17:40.0276595Z aws-secret-access-key: ***
2025-06-21T14:17:40.0277532Z aws-region: eu-west-1
2025-06-21T14:17:40.0278405Z audience: sts.amazonaws.com
2025-06-21T14:17:40.0279321Z ##[endgroup]
2025-06-21T14:17:41.0735488Z
2025-06-21T14:17:41.0754877Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2025-06-21T14:17:41.0972334Z ##[group]Run aws-actions/amazon-ecr-login@v1
2025-06-21T14:17:41.0972649Z with:
2025-06-21T14:17:41.0972855Z mask-password: false
2025-06-21T14:17:41.0973082Z registry-type: private
2025-06-21T14:17:41.0973314Z skip-logout: false
2025-06-21T14:17:41.0973520Z env:
2025-06-21T14:17:41.0973708Z AWS_DEFAULT_REGION: eu-west-1
2025-06-21T14:17:41.0973937Z AWS_REGION: eu-west-1
2025-06-21T14:17:41.0974304Z AWS_ACCESS_KEY_ID: ***
2025-06-21T14:17:41.0974661Z AWS_SECRET_ACCESS_KEY: ***
2025-06-21T14:17:41.0974886Z ##[endgroup]
2025-06-21T14:17:41.2342294Z ##[warning]Your docker password is not masked. See https://github.com/aws-actions/amazon-ecr-login#docker-credentials for more information.
2025-06-21T14:17:41.8816259Z ##[error]User: arn:aws:iam::***:user/75aeada4-4fc0-4a12-89da-5975c02e3d17 is not authorized to perform: ecr:GetAuthorizationToken on resource: * because no identity-based policy allows the ecr:GetAuthorizationToken action
2025-06-21T14:17:41.9008099Z Post job cleanup.
2025-06-21T14:17:41.9420390Z Post job cleanup.
2025-06-21T14:17:41.9765361Z Post job cleanup.
2025-06-21T14:17:42.0752940Z [command]/usr/bin/git version
2025-06-21T14:17:42.0795283Z git version 2.49.0
2025-06-21T14:17:42.0835846Z Copying '/home/runner/.gitconfig' to '/home/runner/work/_temp/8d8eaf27-3747-4a8e-ac42-863eedf89ae7/.gitconfig'
2025-06-21T14:17:42.0848153Z Temporarily overriding HOME='/home/runner/work/_temp/8d8eaf27-3747-4a8e-ac42-863eedf89ae7' before making global git config changes
2025-06-21T14:17:42.0850064Z Adding repository directory to the temporary git global config as a safe directory
2025-06-21T14:17:42.0854086Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:42.0897916Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-06-21T14:17:42.0946514Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-06-21T14:17:42.1208931Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-06-21T14:17:42.1234344Z http.https://github.com/.extraheader
2025-06-21T14:17:42.1246407Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2025-06-21T14:17:42.1279639Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-06-21T14:17:42.1639009Z Cleaning up orphan processes
upload-code
2025-06-21T14:17:37.9852066Z Current runner version: '2.325.0'
2025-06-21T14:17:37.9877980Z ##[group]Operating System
2025-06-21T14:17:37.9878811Z Ubuntu
2025-06-21T14:17:37.9879291Z 24.04.2
2025-06-21T14:17:37.9879830Z LTS
2025-06-21T14:17:37.9880341Z ##[endgroup]
2025-06-21T14:17:37.9880916Z ##[group]Runner Image
2025-06-21T14:17:37.9881551Z Image: ubuntu-24.04
2025-06-21T14:17:37.9882097Z Version: 20250615.1.0
2025-06-21T14:17:37.9883075Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250615.1/images/ubuntu/Ubuntu2404-Readme.md
2025-06-21T14:17:37.9884514Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250615.1
2025-06-21T14:17:37.9885615Z ##[endgroup]
2025-06-21T14:17:37.9886175Z ##[group]Runner Image Provisioner
2025-06-21T14:17:37.9886787Z 2.0.437.1
2025-06-21T14:17:37.9887278Z ##[endgroup]
2025-06-21T14:17:37.9888327Z ##[group]GITHUB_TOKEN Permissions
2025-06-21T14:17:37.9890262Z Contents: read
2025-06-21T14:17:37.9890863Z Metadata: read
2025-06-21T14:17:37.9891609Z Packages: read
2025-06-21T14:17:37.9892183Z ##[endgroup]
2025-06-21T14:17:37.9894248Z Secret source: Actions
2025-06-21T14:17:37.9894981Z Prepare workflow directory
2025-06-21T14:17:38.0638809Z Prepare all required actions
2025-06-21T14:17:38.0697041Z Getting action download info
2025-06-21T14:17:38.4998058Z ##[group]Download immutable action package 'actions/checkout@v2'
2025-06-21T14:17:38.4999190Z Version: 2.7.0
2025-06-21T14:17:38.5000194Z Digest: sha256:95d28907bc868c0bab52f05f1f84cf8416c9415fba4c92519bc0b83bdce1eae3
2025-06-21T14:17:38.5001339Z Source commit SHA: ee0669bd1cc54295c223e0bb666b733df41de1c5
2025-06-21T14:17:38.5002531Z ##[endgroup]
2025-06-21T14:17:38.6396237Z Complete job name: upload-code
2025-06-21T14:17:38.7073782Z ##[group]Run actions/checkout@v2
2025-06-21T14:17:38.7074629Z with:
2025-06-21T14:17:38.7075120Z repository: 2simguy/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:38.7076268Z token: ***
2025-06-21T14:17:38.7076668Z ssh-strict: true
2025-06-21T14:17:38.7077089Z persist-credentials: true
2025-06-21T14:17:38.7077547Z clean: true
2025-06-21T14:17:38.7077948Z fetch-depth: 1
2025-06-21T14:17:38.7078348Z lfs: false
2025-06-21T14:17:38.7078729Z submodules: false
2025-06-21T14:17:38.7079141Z set-safe-directory: true
2025-06-21T14:17:38.7079884Z env:
2025-06-21T14:17:38.7080263Z EC_ID: 15796567035-7
2025-06-21T14:17:38.7080739Z PLAYER_ID: 75aeada4-4fc0-4a12-89da-5975c02e3d17
2025-06-21T14:17:38.7081302Z ##[endgroup]
2025-06-21T14:17:38.8838471Z Syncing repository: 2simguy/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:38.8840985Z ##[group]Getting Git version info
2025-06-21T14:17:38.8842586Z Working directory is '/home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge'
2025-06-21T14:17:38.8844554Z [command]/usr/bin/git version
2025-06-21T14:17:38.8913699Z git version 2.49.0
2025-06-21T14:17:38.8944784Z ##[endgroup]
2025-06-21T14:17:38.8963631Z Temporarily overriding HOME='/home/runner/work/_temp/df3233de-468f-4efc-a8f6-85175d790670' before making global git config changes
2025-06-21T14:17:38.8967318Z Adding repository directory to the temporary git global config as a safe directory
2025-06-21T14:17:38.8970964Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:38.9008246Z Deleting the contents of '/home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge'
2025-06-21T14:17:38.9011817Z ##[group]Initializing the repository
2025-06-21T14:17:38.9016708Z [command]/usr/bin/git init /home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:38.9087740Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-06-21T14:17:38.9089338Z hint: is subject to change. To configure the initial branch name to use in all
2025-06-21T14:17:38.9091185Z hint: of your new repositories, which will suppress this warning, call:
2025-06-21T14:17:38.9092518Z hint:
2025-06-21T14:17:38.9095756Z hint: git config --global init.defaultBranch <name>
2025-06-21T14:17:38.9097979Z hint:
2025-06-21T14:17:38.9099046Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-06-21T14:17:38.9100703Z hint: 'development'. The just-created branch can be renamed via this command:
2025-06-21T14:17:38.9102009Z hint:
2025-06-21T14:17:38.9102673Z hint: git branch -m <name>
2025-06-21T14:17:38.9104381Z Initialized empty Git repository in /home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge/.git/
2025-06-21T14:17:38.9108221Z [command]/usr/bin/git remote add origin https://github.com/2simguy/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:38.9141760Z ##[endgroup]
2025-06-21T14:17:38.9144097Z ##[group]Disabling automatic garbage collection
2025-06-21T14:17:38.9147531Z [command]/usr/bin/git config --local gc.auto 0
2025-06-21T14:17:38.9178334Z ##[endgroup]
2025-06-21T14:17:38.9180723Z ##[group]Setting up auth
2025-06-21T14:17:38.9185900Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-06-21T14:17:38.9218169Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-06-21T14:17:38.9528141Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-06-21T14:17:38.9560032Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-06-21T14:17:38.9849321Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-06-21T14:17:38.9887123Z ##[endgroup]
2025-06-21T14:17:38.9889541Z ##[group]Fetching the repository
2025-06-21T14:17:38.9899333Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +9eb6830bc3becf928d801720571e71adf7fd06be:refs/remotes/origin/main
2025-06-21T14:17:39.5746091Z remote: Enumerating objects: 27, done.
2025-06-21T14:17:39.5750024Z remote: Counting objects: 3% (1/27)
2025-06-21T14:17:39.5751255Z remote: Counting objects: 7% (2/27)
2025-06-21T14:17:39.5752413Z remote: Counting objects: 11% (3/27)
2025-06-21T14:17:39.5753562Z remote: Counting objects: 14% (4/27)
2025-06-21T14:17:39.5754684Z remote: Counting objects: 18% (5/27)
2025-06-21T14:17:39.5756027Z remote: Counting objects: 22% (6/27)
2025-06-21T14:17:39.5757245Z remote: Counting objects: 25% (7/27)
2025-06-21T14:17:39.5758450Z remote: Counting objects: 29% (8/27)
2025-06-21T14:17:39.5759606Z remote: Counting objects: 33% (9/27)
2025-06-21T14:17:39.5760740Z remote: Counting objects: 37% (10/27)
2025-06-21T14:17:39.5761902Z remote: Counting objects: 40% (11/27)
2025-06-21T14:17:39.5763098Z remote: Counting objects: 44% (12/27)
2025-06-21T14:17:39.5764235Z remote: Counting objects: 48% (13/27)
2025-06-21T14:17:39.5765000Z remote: Counting objects: 51% (14/27)
2025-06-21T14:17:39.5766097Z remote: Counting objects: 55% (15/27)
2025-06-21T14:17:39.5766737Z remote: Counting objects: 59% (16/27)
2025-06-21T14:17:39.5767365Z remote: Counting objects: 62% (17/27)
2025-06-21T14:17:39.5767993Z remote: Counting objects: 66% (18/27)
2025-06-21T14:17:39.5768611Z remote: Counting objects: 70% (19/27)
2025-06-21T14:17:39.5769242Z remote: Counting objects: 74% (20/27)
2025-06-21T14:17:39.5769873Z remote: Counting objects: 77% (21/27)
2025-06-21T14:17:39.5770522Z remote: Counting objects: 81% (22/27)
2025-06-21T14:17:39.5771154Z remote: Counting objects: 85% (23/27)
2025-06-21T14:17:39.5771775Z remote: Counting objects: 88% (24/27)
2025-06-21T14:17:39.5772411Z remote: Counting objects: 92% (25/27)
2025-06-21T14:17:39.5773281Z remote: Counting objects: 96% (26/27)
2025-06-21T14:17:39.5773909Z remote: Counting objects: 100% (27/27)
2025-06-21T14:17:39.5774576Z remote: Counting objects: 100% (27/27), done.
2025-06-21T14:17:39.5775727Z remote: Compressing objects: 4% (1/22)
2025-06-21T14:17:39.5776511Z remote: Compressing objects: 9% (2/22)
2025-06-21T14:17:39.5777179Z remote: Compressing objects: 13% (3/22)
2025-06-21T14:17:39.5777843Z remote: Compressing objects: 18% (4/22)
2025-06-21T14:17:39.5778553Z remote: Compressing objects: 22% (5/22)
2025-06-21T14:17:39.5779219Z remote: Compressing objects: 27% (6/22)
2025-06-21T14:17:39.5779879Z remote: Compressing objects: 31% (7/22)
2025-06-21T14:17:39.5780528Z remote: Compressing objects: 36% (8/22)
2025-06-21T14:17:39.5781183Z remote: Compressing objects: 40% (9/22)
2025-06-21T14:17:39.5781830Z remote: Compressing objects: 45% (10/22)
2025-06-21T14:17:39.5782507Z remote: Compressing objects: 50% (11/22)
2025-06-21T14:17:39.5783163Z remote: Compressing objects: 54% (12/22)
2025-06-21T14:17:39.5783825Z remote: Compressing objects: 59% (13/22)
2025-06-21T14:17:39.5784501Z remote: Compressing objects: 63% (14/22)
2025-06-21T14:17:39.5785368Z remote: Compressing objects: 68% (15/22)
2025-06-21T14:17:39.5786110Z remote: Compressing objects: 72% (16/22)
2025-06-21T14:17:39.5786771Z remote: Compressing objects: 77% (17/22)
2025-06-21T14:17:39.5787416Z remote: Compressing objects: 81% (18/22)
2025-06-21T14:17:39.5788084Z remote: Compressing objects: 86% (19/22)
2025-06-21T14:17:39.5788920Z remote: Compressing objects: 90% (20/22)
2025-06-21T14:17:39.5789603Z remote: Compressing objects: 95% (21/22)
2025-06-21T14:17:39.5790256Z remote: Compressing objects: 100% (22/22)
2025-06-21T14:17:39.5790951Z remote: Compressing objects: 100% (22/22), done.
2025-06-21T14:17:39.5907981Z remote: Total 27 (delta 0), reused 19 (delta 0), pack-reused 0 (from 0)
2025-06-21T14:17:39.6004951Z From https://github.com/2simguy/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:39.6008340Z * [new ref] 9eb6830bc3becf928d801720571e71adf7fd06be -> origin/main
2025-06-21T14:17:39.6036263Z ##[endgroup]
2025-06-21T14:17:39.6039668Z ##[group]Determining the checkout info
2025-06-21T14:17:39.6041155Z ##[endgroup]
2025-06-21T14:17:39.6042399Z ##[group]Checking out the ref
2025-06-21T14:17:39.6045751Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2025-06-21T14:17:39.6102270Z Switched to a new branch 'main'
2025-06-21T14:17:39.6107008Z branch 'main' set up to track 'origin/main'.
2025-06-21T14:17:39.6112565Z ##[endgroup]
2025-06-21T14:17:39.6158313Z [command]/usr/bin/git log -1 --format='%H'
2025-06-21T14:17:39.6183376Z '9eb6830bc3becf928d801720571e71adf7fd06be'
2025-06-21T14:17:39.6387198Z ##[group]Run mkdir -p ~/.aws
2025-06-21T14:17:39.6387872Z e[36;1mmkdir -p ~/.awse[0m
2025-06-21T14:17:39.6388399Z e[36;1mtouch ~/.aws/credentialse[0m
2025-06-21T14:17:39.6388945Z e[36;1mecho "[default]e[0m
2025-06-21T14:17:39.6389628Z e[36;1maws_access_key_id = ***e[0m
2025-06-21T14:17:39.6390555Z e[36;1maws_secret_access_key = ***" > ~/.aws/credentialse[0m
2025-06-21T14:17:39.6478821Z shell: /usr/bin/bash -e {0}
2025-06-21T14:17:39.6479374Z env:
2025-06-21T14:17:39.6479765Z EC_ID: 15796567035-7
2025-06-21T14:17:39.6480291Z PLAYER_ID: 75aeada4-4fc0-4a12-89da-5975c02e3d17
2025-06-21T14:17:39.6480905Z ##[endgroup]
2025-06-21T14:17:39.6713726Z ##[group]Run tar cf ../source-code.zip --exclude=".git" --exclude=".github" --exclude="node_modules" .
2025-06-21T14:17:39.6717316Z e[36;1mtar cf ../source-code.zip --exclude=".git" --exclude=".github" --exclude="node_modules" .e[0m
2025-06-21T14:17:39.6720449Z e[36;1maws --region eu-west-1 s3 cp ../source-code.zip s3://entelect-challenge-player-submission-prod-eu-west-1/submission/$PLAYER_ID/$EC_ID/source-code.zipe[0m
2025-06-21T14:17:39.6780561Z shell: /usr/bin/bash -e {0}
2025-06-21T14:17:39.6781082Z env:
2025-06-21T14:17:39.6781473Z EC_ID: 15796567035-7
2025-06-21T14:17:39.6781995Z PLAYER_ID: 75aeada4-4fc0-4a12-89da-5975c02e3d17
2025-06-21T14:17:39.6782586Z ##[endgroup]
2025-06-21T14:17:40.9913170Z upload failed: ../source-code.zip to s3://entelect-challenge-player-submission-prod-eu-west-1/submission/75aeada4-4fc0-4a12-89da-5975c02e3d17/15796567035-7/source-code.zip An error occurred (AccessDenied) when calling the PutObject operation: User: arn:aws:iam::669067693195:user/75aeada4-4fc0-4a12-89da-5975c02e3d17 is not authorized to perform: s3:PutObject on resource: "arn:aws:s3:::entelect-challenge-player-submission-prod-eu-west-1/submission/75aeada4-4fc0-4a12-89da-5975c02e3d17/15796567035-7/source-code.zip" because no identity-based policy allows the s3:PutObject action
2025-06-21T14:17:41.0748191Z Completed 110.0 KiB/110.0 KiB (240.5 KiB/s) with 1 file(s) remaining
2025-06-21T14:17:41.0760210Z ##[error]Process completed with exit code 1.
2025-06-21T14:17:41.0848870Z Post job cleanup.
2025-06-21T14:17:41.1783173Z [command]/usr/bin/git version
2025-06-21T14:17:41.1829367Z git version 2.49.0
2025-06-21T14:17:41.1877957Z Temporarily overriding HOME='/home/runner/work/_temp/8a78cf18-0526-4e44-bfc3-f421d4623864' before making global git config changes
2025-06-21T14:17:41.1880117Z Adding repository directory to the temporary git global config as a safe directory
2025-06-21T14:17:41.1883346Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Entelect-Build-a-Bot-Challenge/Entelect-Build-a-Bot-Challenge
2025-06-21T14:17:41.1918220Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-06-21T14:17:41.1951758Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-06-21T14:17:41.2189331Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-06-21T14:17:41.2213726Z http.https://github.com/.extraheader
2025-06-21T14:17:41.2226244Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2025-06-21T14:17:41.2259896Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-06-21T14:17:41.2657514Z Cleaning up orphan processes
Thanks Guy