diff --git a/.github/workflows/node-cicd.yml b/.github/workflows/node-cicd.yml index 9d42dc3..461c09c 100644 --- a/.github/workflows/node-cicd.yml +++ b/.github/workflows/node-cicd.yml @@ -6,9 +6,9 @@ jobs: build: runs-on: ubuntu-latest permissions: - contents: write + contents: read packages: write - id-token: write + id-token: write # This is needed if using github, hence leaving on to be compatible. steps: - name: Checkout uses: actions/checkout@v4 @@ -60,8 +60,8 @@ jobs: - name: Config AWS creds uses: fc-actions/aws-login@v0.0.15 with: - #fireclover-client-id: ${{ vars.FIRECLOVER_CLIENT_ID }} - #fireclover-client-secret: ${{ secrets.FIRECLOVER_CLIENT_SECRET }} delme? + fireclover-client-id: ${{ vars.FIRECLOVER_CLIENT_ID }} + fireclover-client-secret: ${{ secrets.FIRECLOVER_CLIENT_SECRET }} aws-account-id: 515966519418 - name: Deploy Login to AWS @@ -72,4 +72,3 @@ jobs: dns-zone: 'test.aws.fireclover.cloud' subdomain: 'test-example' web-path: '${{ github.sha }}/node_modules/${{ steps.info.outputs.package }}/dist' - #web-path: 'node_modules/${{ steps.info.outputs.package }}/dist'