Skip to content

Commit 3fb39eb

Browse files
committed
Updated workflow permissions for tag step
1 parent 311c51a commit 3fb39eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
needs: tests
3131

3232
permissions:
33-
repository-projects: write
33+
contents: write
34+
actions: write
3435

3536
steps:
3637
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)