Skip to content

Commit 7181ae9

Browse files
committed
fix: include large usage of the tutorial URL
1 parent 4aeed4b commit 7181ae9

File tree

3 files changed

+122
-63
lines changed

3 files changed

+122
-63
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ on:
99
- "*.x"
1010
- "*.*.x"
1111

12+
permissions:
13+
contents: write # to be able to publish a GitHub release
14+
issues: write # to be able to comment on released issues
15+
pull-requests: write # to be able to comment on released pull requests
16+
id-token: write # to enable use of OIDC for tru
17+
1218
jobs:
1319
release:
1420
name: Release

package-lock.json

Lines changed: 109 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)