bump scoty textures, update CDK description #377
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: sc4pac CI | |
on: | |
push: | |
branches: [ "main", "action" ] | |
pull_request_target: | |
branches: [ "main" ] | |
# permissions: | |
# contents: read | |
jobs: | |
channel: | |
uses: memo33/sc4pac-actions/.github/workflows/sc4pac-channel.yaml@main | |
with: | |
path: src/yaml | |
channel-label: Main | |
deploy-repository: memo33/sc4pac | |
sc4pac-tools-submodule: sc4pac-tools | |
use-stex-api: true | |
secrets: | |
stex-api-key: ${{ secrets.STEX_API_KEY }} | |
permissions: | |
pages: write # to deploy to GitHub Pages | |
id-token: write # to verify the deployment originates from an appropriate source |