We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5216d commit 12eabc9Copy full SHA for 12eabc9
1 file changed
action.yml
@@ -114,6 +114,7 @@ runs:
114
id: codeartifact
115
shell: bash
116
run: |
117
+ # Generate CodeArtifact token and url
118
TOKEN=`aws codeartifact get-authorization-token --domain ${{ inputs.aws-codeartifact-domain }} --query authorizationToken --output text`
119
echo "::add-mask::$TOKEN"
120
echo "TOKEN=$TOKEN" >> $GITHUB_OUTPUT
@@ -129,6 +130,7 @@ runs:
129
130
- name: Generate Maven settings.xml
131
132
133
+ # Generate Maven settings.xml
134
mkdir -p $HOME/.m2
135
cat <<EOF > $HOME/.m2/settings.xml
136
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
0 commit comments