mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 12:59:08 +01:00
actually supply the tokens
This commit is contained in:
parent
042710137f
commit
9436fc38d6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -34,3 +34,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./gradlew
|
chmod +x ./gradlew
|
||||||
./gradlew publishMods --no-daemon
|
./gradlew publishMods --no-daemon
|
||||||
|
env:
|
||||||
|
MR_TOKEN: ${{ secrets.MR_TOKEN }}
|
||||||
|
CF_TOKEN: ${{ secrets.CF_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue