We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79cbf0 commit 31be3d5Copy full SHA for 31be3d5
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build with Gradle
21
run: ./gradlew bootRun
22
env:
23
- DROPBOX_ACCESS_TOKEN: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
- uses: montudor/action-zip@v1
25
with:
26
args: zip -qq -r mudletdocs.zip MudletDocs
0 commit comments