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 5e99baa commit 5febe31Copy full SHA for 5febe31
.github/workflows/prepare-release.yaml
@@ -158,7 +158,14 @@ jobs:
158
needs: [ create-release ]
159
name: "Create Aggregated JavaDoc PR on Documentation Portal"
160
runs-on: ubuntu-latest
161
+ permissions:
162
+ actions: write # needed to trigger the ci-build workflow
163
+ statuses: write # needed to update the commit status
164
steps:
165
+ - name: "Checkout repository"
166
+ uses: actions/checkout@v5
167
+ with:
168
+ ref: ${{ needs.bump-version.outputs.release-branch }}
169
- name: "Trigger workflow (ignore failures)"
170
uses: ./.github/actions/trigger-workflow
171
continue-on-error: true
0 commit comments