Skip to content

Commit 578a7ae

Browse files
Steelskincompnerd
authored andcommitted
Add missing attestations and input
These should fix the downstream merge
1 parent 332b93d commit 578a7ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ jobs:
789789
permissions:
790790
contents: read
791791
id-token: write
792+
attestations: write
792793

793794
uses: ./.github/workflows/swift-toolchain.yml
794795
with:
@@ -871,6 +872,7 @@ jobs:
871872
permissions:
872873
contents: read
873874
id-token: write
875+
attestations: write
874876

875877
uses: ./.github/workflows/swift-toolchain.yml
876878
with:
@@ -933,6 +935,7 @@ jobs:
933935
ANDROID_NDK_VERSION: ${{ needs.context.outputs.ANDROID_NDK_VERSION }}
934936
CMAKE_Swift_FLAGS: ${{ needs.context.outputs.DARWIN_CMAKE_Swift_FLAGS }}
935937
debug_info: ${{ fromJSON(needs.context.outputs.debug_info) }}
938+
release: false
936939
signed: ${{ fromJSON(needs.context.outputs.signed) }}
937940
swift_version: ${{ needs.context.outputs.swift_version }}
938941
swift_tag: ${{ needs.context.outputs.swift_tag }}

0 commit comments

Comments
 (0)