Skip to content

Commit

Permalink
ci: vars testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Sep 29, 2023
1 parent 591b23b commit c66b3f6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node 17x
uses: actions/setup-node@v2
with:
node-version: '17.x'
- run: echo ${{vars.AWS_REGION}}
# - name: Use Node 17x
# uses: actions/setup-node@v3
# with:
# node-version: '17.x'
# - name: Install dependencies
# run: npm install --legacy-peer-deps
# - name: Lint Site Code
# run: npm run test
# - name: Build Site
# run: npm run build
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
role-session-name: GitHub-Action-Role
aws-region: ${{ vars.AWS_REGION }}
# - name: Configure AWS Credentials
# uses: aws-actions/configure-aws-credentials@v1
# with:
# role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
# role-session-name: GitHub-Action-Role
# aws-region: "${{ vars.AWS_REGION }}"
# - name: Send Notification
# uses: voxmedia/github-action-slack-notify-build@v1
# with:
Expand Down

0 comments on commit c66b3f6

Please sign in to comment.