Skip to content

Commit 31be3d5

Browse files
committed
add token to env variables for github download
1 parent d79cbf0 commit 31be3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build with Gradle
2121
run: ./gradlew bootRun
2222
env:
23-
DROPBOX_ACCESS_TOKEN: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
- uses: montudor/action-zip@v1
2525
with:
2626
args: zip -qq -r mudletdocs.zip MudletDocs

0 commit comments

Comments
 (0)