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 103ed17 commit 4c23389Copy full SHA for 4c23389
2 files changed
.github/workflows/pr-title-caller.yml
@@ -5,9 +5,9 @@ on:
5
6
permissions:
7
contents: read
8
+ pull-requests: read
9
10
jobs:
11
pr-title:
12
uses: ./.github/workflows/pr-title.yml
13
secrets: inherit
-
.github/workflows/release.yml
@@ -6,14 +6,15 @@ on:
- main
- contents: read
- packages: read
+ contents: write
+ issues: write
+ pull-requests: write
14
release:
15
uses: ./.github/workflows/semantic-release.yml
16
with:
- node-version: '20'
17
+ node-version: "20"
18
19
20
confirm-release:
@@ -22,4 +23,3 @@ jobs:
22
23
runs-on: ubuntu-latest
24
steps:
25
- run: echo "A new release was created!"
0 commit comments