Skip to content

nothing cghanged

nothing cghanged #3

Workflow file for this run

name: Build
on:
push:
branches:
- 'test'
jobs:
build:
if: |
!contains(github.event.head_commit.message, '[ciskip]')
uses: nanite/workflows/.github/workflows/[email protected]
with:
gradle-tasks: 'build'
secrets:
nanite-token: ${{ secrets.NANITE_DEPLOY }}
curse-token: ${{ secrets.CURSE_DEPLOY }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
s3-access-key: ${{ secrets.S3_ACCESS_KEY }}
s3-secret-key: ${{ secrets.S3_SECRET_KEY }}