Skip to content

Commit aa7e909

Browse files
authored
Merge pull request #26 from rajbos/rajbos-patch-1
Add permissions for release job in workflow
2 parents fc96243 + e55ea27 commit aa7e909

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
release:
10+
permissions:
11+
contents: write
1012
runs-on: ubuntu-latest
1113

1214
steps:
@@ -112,4 +114,4 @@ jobs:
112114
run: |
113115
echo "🎉 Release ${{ steps.extract_version.outputs.tag_version }} created successfully!"
114116
echo "📦 VSIX package: ${{ steps.vsix_filename.outputs.vsix_file }}"
115-
echo "🔗 Release URL: https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}"
117+
echo "🔗 Release URL: https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}"

0 commit comments

Comments
 (0)