Skip to content

Commit 1b91799

Browse files
committed
[ci] Fix permissions to push to pmd-eclipse-plugin-p2-site
Refs #271
1 parent cee1d21 commit 1b91799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
private-key: ${{ secrets.PMD_ACTIONS_HELPER_PRIVATE_KEY }}
233233
owner: pmd
234234
repositories: pmd-eclipse-plugin-p2-site
235-
permission-actions: write
235+
permission-contents: write
236236
- name: Prepare Local P2 Repository
237237
uses: actions/checkout@v4
238238
with:

.github/workflows/publish-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
private-key: ${{ secrets.PMD_ACTIONS_HELPER_PRIVATE_KEY }}
185185
owner: pmd
186186
repositories: pmd-eclipse-plugin-p2-site
187-
permission-actions: write
187+
permission-contents: write
188188
- name: Prepare Local P2 Repository
189189
uses: actions/checkout@v4
190190
with:

0 commit comments

Comments
 (0)