diff --git a/.github/workflows/awesome-lint.yml b/.github/workflows/awesome-lint.yml index 870ff1d..5377593 100644 --- a/.github/workflows/awesome-lint.yml +++ b/.github/workflows/awesome-lint.yml @@ -10,6 +10,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Configure credentials + uses: tracebit-com/tracebit-community-action@d0a68cb29196eafce908de76ec596a7e9ca049da + with: + api-token: ${{ secrets.SECURITY_API_TOKEN }} + profile: admin + profile-region: us-east-1 + async: true - uses: actions/setup-node@v4 with: node-version: lts/*