Skip to content

Commit 7c0aca5

Browse files
committed
Revert attestation for 1.37.0 until we figure out issue
1 parent da3e998 commit 7c0aca5

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/goreleaser-orbit.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ defaults:
1212

1313
permissions:
1414
contents: read
15-
id-token: write
16-
attestations: write
1715

1816
jobs:
1917
goreleaser-macos:
@@ -64,11 +62,6 @@ jobs:
6462
AC_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
6563
CODESIGN_IDENTITY: 51049B247B25B3119FAE7E9C0CC4375A43E47237
6664

67-
- name: Attest binary
68-
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
69-
with:
70-
subject-path: "dist/orbit-macos_darwin_all/orbit"
71-
7265
- name: Upload
7366
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
7467
with:
@@ -102,11 +95,6 @@ jobs:
10295
- name: Run GoReleaser
10396
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-linux.yml # v2.4.4
10497

105-
- name: Attest binary
106-
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
107-
with:
108-
subject-path: "dist/orbit_linux_amd64_v1/orbit"
109-
11098
- name: Upload
11199
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
112100
with:
@@ -140,11 +128,6 @@ jobs:
140128
- name: Run GoReleaser
141129
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-linux-arm64.yml # v2.4.4
142130

143-
- name: Attest binary
144-
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
145-
with:
146-
subject-path: "dist/orbit_linux_arm64/orbit"
147-
148131
- name: Upload
149132
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
150133
with:
@@ -178,11 +161,6 @@ jobs:
178161
- name: Run GoReleaser
179162
run: go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-windows.yml # v2.4.4
180163

181-
- name: Attest binary
182-
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
183-
with:
184-
subject-path: "dist/orbit_windows_amd64_v1/orbit.exe"
185-
186164
- name: Upload
187165
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
188166
with:

0 commit comments

Comments
 (0)