Skip to content

Commit 1a92aa9

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

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
name: publish
9797
permissions:
9898
contents: write
99+
id-token: write
99100
needs:
100101
- prerequisites
101102
- build_provider

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
name: publish
5858
permissions:
5959
contents: write
60+
id-token: write
6061
needs:
6162
- prerequisites
6263
- build_provider

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Unit-test provider code
7676
run: make test_provider
7777
- name: Upload coverage reports to Codecov
78-
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
78+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
7979
env:
8080
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8181
- if: inputs.is_pr

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ jobs:
207207
verify_release:
208208
name: verify_release
209209
needs: publish_sdk
210+
permissions:
211+
contents: write
212+
id-token: write
210213
uses: ./.github/workflows/verify-release.yml
211214
secrets: inherit
212215
with:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
permissions:
6464
contents: write
6565
pull-requests: write
66+
id-token: write
6667
needs:
6768
- prerequisites
6869
- build_provider

0 commit comments

Comments
 (0)