Skip to content

Commit fa3a2a1

Browse files
authored
allow some more calls for publishing providers (#800)
https://github.com/chainguard-dev/terraform-provider-imagetest/actions/runs/23752655509 whackamole part 1. I'm sure there will be sequels
1 parent 4ae3450 commit fa3a2a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: release
22
on:
33
push:
44
tags:
5-
- 'v*'
5+
- "v*"
66

77
permissions: {}
88

99
jobs:
1010
goreleaser:
11-
1211
permissions:
1312
contents: write # To publish the release.
1413
id-token: write # To federate for the GPG key.
@@ -45,14 +44,16 @@ jobs:
4544
sts.googleapis.com:443
4645
sum.golang.org:443
4746
uploads.github.com:443
47+
_pgpkey-http._tcp.keys.openpgp.org:443
48+
metadata.google.internal:443
4849
4950
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5051

5152
- run: git fetch --prune --unshallow
5253

5354
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5455
with:
55-
go-version-file: 'go.mod'
56+
go-version-file: "go.mod"
5657
check-latest: true
5758
cache: false
5859

0 commit comments

Comments
 (0)