Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
ci:
uses: btravstack/config/.github/workflows/ci-reusable.yml@workflows-v1
uses: btravstack/tools/.github/workflows/ci-reusable.yml@workflows-v1
with:
changeset: true
integration-tests: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
contents: write
pull-requests: write
id-token: write
uses: btravstack/config/.github/workflows/release-reusable.yml@workflows-v1
uses: btravstack/tools/.github/workflows/release-reusable.yml@workflows-v1
secrets:
RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
Loading