diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 83561ff..2a986e2 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,7 +22,9 @@ jobs: ) || (github.event.pull_request && !github.event.pull_request.merged) steps: - - uses: Shopify/shopify-cla-action@9938f4b43524d1cfa7471ce9a803edf226697284 # v1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - cla-token: ${{ secrets.CLA_TOKEN }} + - name: Runtime context + shell: bash + run: | + set +e + + echo "=== RUNTIME CONTEXT ==="