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.
2 parents a272dc4 + b2174b3 commit 8a57594Copy full SHA for 8a57594
1 file changed
.github/workflows/create-release.yml
@@ -1,14 +1,21 @@
1
name: Create Release
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- main
- - master
8
+
9
+permissions:
10
+ contents: write
11
+ pull-requests: read
12
+ issues: read
13
+ statuses: read
14
+ actions: read
15
+ security-events: write
16
+ id-token: write
17
18
jobs:
19
create-release:
- with:
- sonar: false
20
uses: liquibase/build-logic/.github/workflows/create-release.yml@main
- secrets: inherit
21
+ secrets: inherit
0 commit comments