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 0b7f778 commit 8dd524cCopy full SHA for 8dd524c
.github/workflows/ci.yml
@@ -17,6 +17,8 @@ permissions:
17
jobs:
18
deploy:
19
runs-on: ubuntu-latest
20
+ env:
21
+ AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
22
environment: prod
23
steps:
24
- name: Checkout
0 commit comments