Skip to content

Commit b3e3f2c

Browse files
committed
Authenticate requests
1 parent 1bcbb4a commit b3e3f2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
java-version: '17'
3535
distribution: 'jetbrains'
3636
cache: 'gradle'
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3739

3840
- name: "Setup | Gradle"
3941
uses: gradle/actions/setup-gradle@v4
@@ -87,6 +89,8 @@ jobs:
8789
java-version: '17'
8890
distribution: 'jetbrains'
8991
cache: 'gradle'
92+
env:
93+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9094

9195
- name: Setup Gradle
9296
uses: gradle/actions/setup-gradle@v4

0 commit comments

Comments
 (0)