Skip to content

Commit 5c33dd6

Browse files
build: workflow permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent bf2d2cb commit 5c33dd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
version:
99
name: Bump Version 🏷️
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
outputs:
1214
version: ${{ steps.create_tag.outputs.new_tag }}
1315
steps:

0 commit comments

Comments
 (0)