Skip to content

Commit ef0bbc0

Browse files
authored
Update GitHub Actions workflows. (#1439)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit c716091ffe2d6bd5a70ffc4b10b052e4458b9492.
1 parent 9a6a637 commit ef0bbc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
pull-requests: write
16+
id-token: write # For ESC secrets.
1617
uses: ./.github/workflows/prerequisites.yml
1718
secrets: inherit
1819
with:
@@ -21,6 +22,9 @@ jobs:
2122
is_automated: ${{ github.actor == 'dependabot[bot]' }}
2223

2324
build_provider:
25+
permissions:
26+
contents: read
27+
id-token: write # For ESC secrets.
2428
uses: ./.github/workflows/build_provider.yml
2529
needs: prerequisites
2630
secrets: inherit
@@ -32,6 +36,9 @@ jobs:
3236
needs: prerequisites
3337
uses: ./.github/workflows/build_sdk.yml
3438
secrets: inherit
39+
permissions:
40+
contents: write # For Renovate SDKs.
41+
id-token: write # For ESC secrets.
3542
with:
3643
version: ${{ needs.prerequisites.outputs.version }}
3744

@@ -48,6 +55,7 @@ jobs:
4855
name: publish
4956
permissions:
5057
contents: write
58+
pull-requests: write
5159
id-token: write
5260
needs:
5361
- prerequisites

0 commit comments

Comments
 (0)