Skip to content

Commit ac44cf7

Browse files
committed
chore: testing
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent cb657a5 commit ac44cf7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/release-automation.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
workflow_dispatch:
44
workflow_call:
55

6+
permissions:
7+
id-token: write
8+
contents: write
9+
610
jobs:
711
get-latest-tag:
812
name: Get the latest release tag
@@ -62,7 +66,7 @@ jobs:
6266
# This is required for configure-aws-credentials to request an OIDC JWT ID token to access AWS resources later on.
6367
# More info: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
6468
id-token: write
65-
contents: read # this is required for actions/checkout
69+
contents: write # this is required for actions/checkout
6670
secrets: inherit
6771
with:
6872
ref_name: ${{ needs.get-latest-tag.outputs.tag }}
@@ -74,7 +78,7 @@ jobs:
7478
# This is required for configure-aws-credentials to request an OIDC JWT ID token to access AWS resources later on.
7579
# More info: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
7680
id-token: write
77-
contents: read # this is required for actions/checkout
81+
contents: write # this is required for actions/checkout
7882
secrets: inherit
7983
with:
8084
ref_name: ${{ needs.get-latest-tag.outputs.tag }}
@@ -101,7 +105,7 @@ jobs:
101105
runs-on: ubuntu-latest
102106
permissions:
103107
id-token: write
104-
contents: read
108+
contents: write
105109
steps:
106110
- name: Configure AWS credentials
107111
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0

.github/workflows/release-please.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
name: release-please
77

88
permissions:
9-
contents: read
9+
contents: write
10+
id-token: write
1011
pull-requests: write
1112

1213
jobs:

0 commit comments

Comments
 (0)