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 e3bb8dd commit e28835bCopy full SHA for e28835b
.github/workflows/dry-run-release.yml
@@ -33,8 +33,7 @@ jobs:
33
app-id: ${{ secrets.LIQUIBASE_GITHUB_APP_ID }}
34
private-key: ${{ secrets.LIQUIBASE_GITHUB_APP_PRIVATE_KEY }}
35
owner: ${{ github.repository_owner }}
36
- permission-contents: read
37
-
+
38
- name: Get Draft Release ID
39
id: get_draft_release_id
40
run: |
@@ -56,6 +55,11 @@ jobs:
56
55
needs: dry-run-get-draft-release
57
uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@main
58
secrets: inherit
+ permissions:
59
+ id-token: write
60
+ contents: write
61
+ packages: write
62
+ pull-requests: write
63
with:
64
dry_run: true
65
dry_run_version: "0.0.${{ github.run_number }}"
0 commit comments