We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f24b4 commit 59681aaCopy full SHA for 59681aa
.github/workflows/release.yml
@@ -11,6 +11,9 @@ jobs:
11
name: Create Release PR
12
if: "github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore: release')"
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
@@ -286,4 +289,4 @@ jobs:
286
289
fi
287
290
echo ""
288
291
echo "🚀 Installation:"
- echo " deno add @lingodotdev/deno-sdk"
292
+ echo " deno add @lingodotdev/deno-sdk"
0 commit comments