Skip to content

Commit 088a8ab

Browse files
Merge pull request #131 from datajoint/semantic-release-with-github-app
Semantic release with GitHub app
2 parents f7cac84 + 3eec2bf commit 088a8ab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/semantic-release-caller.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ on:
55
jobs:
66
call_semantic_release:
77
uses: datajoint/.github/.github/workflows/semantic-release.yaml@main
8+
secrets:
9+
APP_ID: ${{ secrets.ELEMENT_APP_ID }}
10+
GET_TOKEN_KEY: ${{ secrets.ELEMENT_GET_TOKEN_KEY }}

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: Test
22
on:
33
push:
4+
paths:
5+
- element_deeplabcut/**
6+
- notebooks/**
7+
- tests/**
48
pull_request:
59
workflow_dispatch:
610
schedule:
711
- cron: "0 8 * * 1"
812
jobs:
9-
devcontainer-build:
10-
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
1113
tests:
1214
runs-on: ubuntu-latest
1315
strategy:

0 commit comments

Comments
 (0)