Skip to content

Commit 82479e9

Browse files
authored
chore(actions): fix permissions for token in merge dev and master (#1813)
1 parent 8dd7d0c commit 82479e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
permissions:
1111
id-token: write
12-
contents: read
12+
contents: write
1313
packages: read
1414

1515

.github/workflows/merge-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
permissions:
1111
id-token: write
12-
contents: read
12+
contents: write
1313
packages: read
1414

1515

0 commit comments

Comments
 (0)