Skip to content

Commit

Permalink
workflow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 15, 2023
1 parent 5c3f0ea commit aa2ff42
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,10 @@ jobs:
CODEARTIFACT_AUTH_TOKEN=$(aws codeartifact get-authorization-token --domain $DOMAIN --domain-owner $DOMAIN_OWNER --query authorizationToken --output text --duration-seconds 900)
curl -X PUT \
-H "Content-Type: application/octet-stream" \
-H "Authorization: Bearer $CODEARTIFACT_AUTH_TOKEN" \
--upload-file $SOURCE_PATH \
$CA_URL
echo $CODEARTIFACT_AUTH_TOKEN
echo $SOURCE_PATH
echo $CA_URL
curl -X PUT -H "Content-Type: application/octet-stream" -H "Authorization: Bearer $CODEARTIFACT_AUTH_TOKEN" --upload-file $SOURCE_PATH $CA_URL
Expand Down

0 comments on commit aa2ff42

Please sign in to comment.