Skip to content

Commit 066d405

Browse files
committed
[ci] Fix publish-release, part 2
1 parent 198a107 commit 066d405

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@ jobs:
145145
name: update-site
146146
- name: Prepare Release Notes
147147
run: .ci/files/prepare_release_notes.sh
148-
- uses: actions/create-github-app-token@v2
149-
id: pmd-actions-helper-app-token
150-
with:
151-
app-id: ${{ secrets.PMD_ACTIONS_HELPER_ID }}
152-
private-key: ${{ secrets.PMD_ACTIONS_HELPER_PRIVATE_KEY }}
153-
owner: pmd
154-
repositories: pmd-eclipse-plugin
155-
permission-contents: write # create a release
148+
- uses: actions/create-github-app-token@v2
149+
id: pmd-actions-helper-app-token
150+
with:
151+
app-id: ${{ secrets.PMD_ACTIONS_HELPER_ID }}
152+
private-key: ${{ secrets.PMD_ACTIONS_HELPER_PRIVATE_KEY }}
153+
owner: pmd
154+
repositories: pmd-eclipse-plugin
155+
permission-contents: write # create a release
156156
- name: Create Release
157157
env:
158158
# Token required for GH CLI:

0 commit comments

Comments
 (0)