Skip to content

Commit e28835b

Browse files
Update .github/workflows/dry-run-release.yml
1 parent e3bb8dd commit e28835b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/dry-run-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
app-id: ${{ secrets.LIQUIBASE_GITHUB_APP_ID }}
3434
private-key: ${{ secrets.LIQUIBASE_GITHUB_APP_PRIVATE_KEY }}
3535
owner: ${{ github.repository_owner }}
36-
permission-contents: read
37-
36+
3837
- name: Get Draft Release ID
3938
id: get_draft_release_id
4039
run: |
@@ -56,6 +55,11 @@ jobs:
5655
needs: dry-run-get-draft-release
5756
uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@main
5857
secrets: inherit
58+
permissions:
59+
id-token: write
60+
contents: write
61+
packages: write
62+
pull-requests: write
5963
with:
6064
dry_run: true
6165
dry_run_version: "0.0.${{ github.run_number }}"

0 commit comments

Comments
 (0)