Skip to content

Commit 90109ba

Browse files
authored
fix: Fix release permissions
1 parent c1d875a commit 90109ba

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
release:
2-
previous-version: 0.3.0
3-
current-version: 0.3.1
4-
next-version: 0.3.2
2+
previous-version: 0.2.0
3+
current-version: 0.3.0
4+
next-version: 0.3.1

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
app-id: ${{ vars.DOCLING_JAVA_CI_APP_ID }}
4141
private-key: ${{ secrets.DOCLING_JAVA_CI_PRIVATE_KEY }}
4242
permission-pull-requests: write
43-
permission-attestations: write
4443
permission-contents: write
45-
permission-discussions: write
4644
permission-issues: write
4745

4846
- name: Checkout before

0 commit comments

Comments
 (0)