Skip to content

Commit

Permalink
ci: move workflows to new repo
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 24, 2023
1 parent 50e1cc9 commit 922a32e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/commitlint.yml@main
uses: opiproject/actions/.github/workflows/commitlint.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ on:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/docker-publish.yml@main
uses: opiproject/actions/.github/workflows/docker-publish.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ permissions:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/release-please.yml@main
uses: opiproject/actions/.github/workflows/release-please.yml@main
secrets: inherit
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/update-copyright-years-in-license-file.yml@main
uses: opiproject/actions/.github/workflows/update-copyright-years-in-license-file.yml@main
secrets: inherit

0 comments on commit 922a32e

Please sign in to comment.