Skip to content

ci: grant the reusable workflow the permissions its jobs request #336

ci: grant the reusable workflow the permissions its jobs request

ci: grant the reusable workflow the permissions its jobs request #336

Workflow file for this run

name: Pano Vanilla Theme Release
on:
push:
branches: ["dev", "master"]
# The called workflow's jobs request these; a reusable workflow cannot be
# granted more than the caller allows, so the caller must allow them all.
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
# Shared theme pipeline from the engine repo: version-override + license-server
# switches live there once, and packaging uses the DETERMINISTIC zip (its
# sha256 is the premium license identity).
uses: PanoMC/sdk/.github/workflows/theme-release.yml@dev
with:
theme-id: vanilla-theme
secrets:
TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}