Skip to content

Commit

Permalink
metanorma/mn-requirements#5 add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored and ronaldtse committed Sep 6, 2022
1 parent 7a7cb08 commit 7f8cf5b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ on:

jobs:
test-docker:
uses: metanorma/metanorma-build-scripts/.github/workflows/template-docker.yml@main
uses: metanorma/ci/.github/workflows/template-docker.yml@main
secrets:
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:

jobs:
test:
uses: metanorma/metanorma-build-scripts/.github/workflows/template-pages.yml@main
uses: metanorma/ci/.github/workflows/template-pages.yml@main
secrets:
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:

jobs:
test:
uses: metanorma/metanorma-build-scripts/.github/workflows/template-test.yml@main
uses: metanorma/ci/.github/workflows/template-test.yml@main
secrets:
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
3 changes: 2 additions & 1 deletion common/.github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

jobs:
test-docker:
uses: metanorma/metanorma-build-scripts/.github/workflows/sample-docker.yml@main
uses: metanorma/ci/.github/workflows/sample-docker.yml@main
secrets:
pat_username: metanorma-ci
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
2 changes: 1 addition & 1 deletion common/.github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:

jobs:
test-docker:
uses: metanorma/metanorma-build-scripts/.github/workflows/sample-gen.yml@main
uses: metanorma/ci/.github/workflows/sample-gen.yml@main
secrets:
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}

0 comments on commit 7f8cf5b

Please sign in to comment.