diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index 7620a709..cba04361 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -1,4 +1,4 @@ -name: Check licenses +name: Licenses on: pull_request: @@ -11,7 +11,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - name: Setup licenses + - name: Install script uses: ory/ci/licenses/setup@master with: token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}