Skip to content

Commit

Permalink
chore: add new GitHub Action callers
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Sep 26, 2024
1 parent 046487b commit a4ffeaf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/devcontainer-build-publish-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: devcontainer_build_publish
on:
workflow_dispatch:

jobs:
call_devcontainer_build_publish:
uses: datajoint/.github/.github/workflows/devcontainer-build-publish.yaml@main
secrets:
DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-release-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jobs:
mkdocs_release:
uses: datajoint/.github/.github/workflows/mkdocs_release.yaml@main
permissions:
contents: write
contents: write
5 changes: 4 additions & 1 deletion .github/workflows/semantic-release-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ on:

jobs:
call_semantic_release:
uses: datajoint/.github/.github/workflows/semantic-release.yaml@main
uses: datajoint/.github/.github/workflows/semantic-release.yaml@main
secrets:
APP_ID: ${{ secrets.ELEMENT_APP_ID }}
GET_TOKEN_KEY: ${{ secrets.ELEMENT_GET_TOKEN_KEY }}

0 comments on commit a4ffeaf

Please sign in to comment.