Skip to content

Commit bc6b416

Browse files
author
swift-institute-bot
committed
ci: converge swift-foundations/swift-package-manager to the canonical terminal caller (TX6A, #276)
Generated by generate-caller.py (TX2, swift-institute/.github#282) from the typed spec {layer=institute}. Relates to swift-institute/.github#276.
1 parent 04807a1 commit bc6b416

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@ on:
1111
- main
1212
workflow_dispatch:
1313

14+
permissions:
15+
actions: read
16+
contents: read
17+
1418
concurrency:
1519
group: ci-${{ github.ref }}
1620
cancel-in-progress: true
1721

1822
jobs:
19-
# Build + test matrix — see swift-foundations/.github/.github/workflows/swift-ci.yml (layer wrapper)
2023
ci:
2124
uses: swift-foundations/.github/.github/workflows/swift-ci.yml@main
22-
secrets: inherit
23-
24-
# DocC umbrella-catalog pipeline per [DOC-019a] — see
25-
# swift-foundations/.github/.github/workflows/swift-docs.yml
26-
docs:
27-
uses: swift-foundations/.github/.github/workflows/swift-docs.yml@main
25+
with:
26+
integrated-docs: true
2827
secrets: inherit

0 commit comments

Comments
 (0)