diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index efde78b..18da96a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} - name: Cache Node Modules uses: actions/cache@v2 @@ -24,6 +26,9 @@ jobs: with: node-version: 16 + - name: List Secrets + run: echo "Secrets: ${{ secrets }}" + - name: Test Secret Availability run: | if [ -z "${{ secrets.DOM_MUTATOR_ACCESS_KEY }}" ]; then