Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Jan 12, 2024
1 parent f00ef23 commit 2662cf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
environment: ${{ matrix.environment }}

steps:
- run: echo "target env ${{ matrix.environment }}"
- run: echo "arn ${{ env.ROLE }}"
env:
ROLE: ${{ secrets.DEPLOY_ROLE_ARN }}

- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 2662cf0

Please sign in to comment.