Skip to content

Commit

Permalink
環境変数とシークレットをワークフロー確認
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-osho-san committed Apr 20, 2024
1 parent b6b8af0 commit 824b3f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
run: npm run build
working-directory: src/backend

- name: display secrets
run: |
echo env: ${{ needs.set-environment.outputs.environment }}
echo aws region: ${{ secrets.AWS_REGION }}
echo aws account: ${{ secrets.AWS_ACCOUNT }}
echo actions role: ${{ secrets.ACTIONS_ROLE}}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 824b3f4

Please sign in to comment.