Skip to content

Commit 4763964

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release-automation.yaml

Lines changed: 4 additions & 0 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

.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)