Skip to content

Update GH actions to use new game build #3

Update GH actions to use new game build

Update GH actions to use new game build #3

Workflow file for this run

name: Build and Upload Bundles to S3
on:
push:
branches-ignore:
- master
jobs:
build:
name: Run Build
uses: OxideMod/Actions/.github/workflows/game-build.yml@main

Check failure on line 11 in .github/workflows/prerelease.yml

View workflow run for this annotation

GitHub Actions / Build and Upload Bundles to S3

Invalid workflow file

The workflow is not valid. .github/workflows/prerelease.yml (Line: 11, Col: 11): Secret DISCORD_WEBHOOK is required, but not provided while calling.
with:
game: "Rust"
branch-postfix: "-${{ github.ref_name }}"
secrets:
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
NUGET_API_KEY: ${{ secrets.GITHUB_TOKEN }}
deploy:
name: Deploy to S3
uses: OxideMod/Actions/.github/workflows/r2-publish.yml@main
needs: build
with:
generate-filehash: true
secrets:
CLOUDFLARE_R2_KEY: ${{ secrets.CLOUDFLARE_R2_KEY }}
CLOUDFLARE_R2_SECRET: ${{ secrets.CLOUDFLARE_R2_SECRET }}
CLOUDFLARE_R2_ENDPOINT: ${{ secrets.CLOUDFLARE_R2_ENDPOINT }}