diff --git a/.github/workflows/dbm-offline.yml b/.github/workflows/dbm-offline.yml index 7f0d1b1b..5e086673 100644 --- a/.github/workflows/dbm-offline.yml +++ b/.github/workflows/dbm-offline.yml @@ -19,8 +19,10 @@ jobs: continue-on-error: true uses: DeadlyBossMods/DBM-Offline@main with: + game-flavor: Vanilla dbm-mod-repo: DeadlyBossMods/DBM-Vanilla dbm-mod-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.event.after }} dbm-mod-base-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }} upload-repo: emmericp/test-github-actions upload-token: ${{ secrets.DBM_OFFLINE_UPLOAD_TOKEN }} + comment-token: ${{ secrets.GITHUB_TOKEN }}