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 7290fa4 commit a132b30Copy full SHA for a132b30
.github/workflows/release.yml
@@ -27,6 +27,16 @@ jobs:
27
node-version: 16
28
cache: npm
29
30
+ - name: Configure AWS Credentials
31
+ uses: aws-actions/configure-aws-credentials@v1
32
+ with:
33
+ aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
34
+ aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
35
+ aws-region: eu-west-3
36
+
37
+ - name: Login to AWS CodeArtifact
38
+ run: aws codeartifact login --tool npm --repository poc-inetum --domain velco --domain-owner 825794536530 --region eu-west-3
39
40
- name: Install npm dependencies
41
run: npm ci
42
0 commit comments