mirror of
https://github.com/CloudburstMC/Protocol.git
synced 2024-11-23 11:26:19 +00:00
17 lines
464 B
YAML
17 lines
464 B
YAML
name: Deploy Snapshot
|
|
on:
|
|
push:
|
|
branches:
|
|
- '3.0'
|
|
|
|
jobs:
|
|
deploy:
|
|
uses: CloudburstMC/Protocol/.github/workflows/deploy.yml@3.0
|
|
with:
|
|
deploy-url: "https://repo.opencollab.dev/maven-snapshots/"
|
|
secrets:
|
|
DEPLOY_USERNAME: ${{ secrets.OPENCOLLAB_USERNAME }}
|
|
DEPLOY_PASSWORD: ${{ secrets.OPENCOLLAB_PASSWORD }}
|
|
PGP_SECRET: ${{ secrets.MAVEN_CENTRAL_SECRET }}
|
|
PGP_PASSPHRASE: ${{ secrets.MAVEN_CENTRAL_PASSPHRASE }}
|