There was an error while loading. Please reload this page.
1 parent 3797111 commit 8fd9fbeCopy full SHA for 8fd9fbe
1 file changed
.github/workflows/shotgrid.yml
@@ -0,0 +1,24 @@
1
+name: Publish to ShotGrid
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - '*'
7
8
+jobs:
9
+ publish:
10
+ name: Publish cpenv module to ShotGrid
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ - name: Publish cpenv module
15
+ uses: cpenv/github-actions-publish@v1
16
+ with:
17
+ module_root: '.'
18
+ repo_name: bns_shotgun
19
+ repo_type: shotgun
20
+ repo_shotgrid_base_url: ${{ secrets.SHOTGRID_BASE_URL }}
21
+ repo_shotgrid_script_name: ${{ secrets.SHOTGRID_SCRIPT_NAME }}
22
+ repo_shotgrid_api_key: ${{ secrets.SHOTGRID_API_KEY }}
23
+ repo_shotgrid_module_entity: CustomNonProjectEntity01
24
+ repo_overwrite: true
0 commit comments