Skip to content

Commit 18b4f21

Browse files
authored
Update GitHub Actions workflows. (#666)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 8460c384731548e00825ae32d83c7cb61b5da682.
1 parent db310ae commit 18b4f21

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

Diff for: .github/workflows/master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
name: publish
9595
permissions:
9696
contents: write
97+
id-token: write
9798
needs:
9899
- prerequisites
99100
- build_provider

Diff for: .github/workflows/prerelease.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
name: publish
5656
permissions:
5757
contents: write
58+
id-token: write
5859
needs:
5960
- prerequisites
6061
- build_provider

Diff for: .github/workflows/prerequisites.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Unit-test provider code
7474
run: make test_provider
7575
- name: Upload coverage reports to Codecov
76-
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
76+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
7777
env:
7878
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7979
- if: inputs.is_pr

Diff for: .github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ jobs:
205205
verify_release:
206206
name: verify_release
207207
needs: publish_sdk
208+
permissions:
209+
contents: write
210+
id-token: write
208211
uses: ./.github/workflows/verify-release.yml
209212
secrets: inherit
210213
with:

Diff for: .github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
permissions:
6262
contents: write
6363
pull-requests: write
64+
id-token: write
6465
needs:
6566
- prerequisites
6667
- build_provider

0 commit comments

Comments
 (0)