Skip to content

cpenv/github-actions-publish

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cpenv Publish Module

A Github Action for publishing your cpenv modules.

Usage

See action for more details.

name: Publish to ShotGrid

on:
  push:
    tags:
      - '*'

jobs:
  publish:
    name: Publish cpenv module to ShotGrid
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Publish cpenv module
        uses: cpenv/github-actions-publish@v1
        with:
          repo_name: bns_shotgun
          repo_type: shotgun
          repo_shotgrid_base_url: ${{ secrets.SHOTGRID_BASE_URL }}
          repo_shotgrid_script_name: ${{ secrets.SHOTGRID_SCRIPT_NAME }}
          repo_shotgrid_api_key: ${{ secrets.SHOTGRID_API_KEY }}
          repo_shotgrid_module_entity: CustomNonProjectEntity01
          repo_overwrite: true

Resources

About

An action for to publish your cpenv modules.

Resources

License

Stars

Watchers

Forks

Packages

No packages published