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 1e4b681 commit 5fc8207Copy full SHA for 5fc8207
.github/workflows/release.yml
@@ -180,6 +180,8 @@ jobs:
180
name: Publish documentation
181
needs: publish_deployment
182
runs-on: ubuntu-latest
183
+ permissions:
184
+ contents: write
185
steps:
186
- name: Check out repository
187
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -209,7 +211,7 @@ jobs:
209
211
uses: ./.github/actions/run-gradle
210
212
env:
213
GIT_USERNAME: git
- GIT_PASSWORD: ${{ secrets.GH_TOKEN }}
214
+ GIT_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
215
with:
216
encryptionKey: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
217
arguments: |
0 commit comments