Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent e45ef68 commit e0848c8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check licenses
uses: ory/ci/check-licenses@master
uses: ory/ci/licenses/setup@master
with:
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}
- name: Check licenses
uses: ory/ci/licenses/check@master
with:
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}

- name: Check licenses
uses: ory/ci/licenses/check@master
with:
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}
write_if_match: "github.ref == 'refs/heads/add-license-check' || github.ref == 'refs/heads/main'"

0 comments on commit e0848c8

Please sign in to comment.