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 2ab952c commit c662e79Copy full SHA for c662e79
.github/workflows/main.yml
@@ -104,6 +104,8 @@ jobs:
104
cancel-in-progress: true
105
needs: macOS
106
runs-on: ubuntu-latest
107
+ permissions:
108
+ contents: write
109
steps:
110
- name: Check out repository
111
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -135,4 +137,4 @@ jobs:
135
137
-Dscan.tag.Documentation
136
138
env:
139
GIT_USERNAME: git
- GIT_PASSWORD: ${{ secrets.GH_TOKEN }}
140
+ GIT_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
0 commit comments