Skip to content

Commit

Permalink
secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed Mar 15, 2024
1 parent f5a8729 commit 9eecc8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js develop CI - Backend

on:
push:
branches: [ develop ]
branches: [ docker ]
paths:
- "backend/**"
- ".github/workflows/node.js-dev.yml"
Expand Down Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.STAGING_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.STAGING_AWS_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.REGION }}

- name: Login to AWS ECR
Expand Down

0 comments on commit 9eecc8d

Please sign in to comment.