Workflow file for this run
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
# This workflow will update the C/C directory version (for Massif Packs only) | |
name: Update Directory Version | |
on: | |
workflow_dispatch: | |
release: | |
types: [created] | |
jobs: | |
call-dir-version-update: | |
uses: massif-press/.github/.github/workflows/massif-version-update.yml@master | |
secrets: | |
CC_API_KEY: ${{ secrets.CC_API_KEY }} | |
CC_DIR_ID: ${{ secrets.CC_DIR_ID }} |