Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ocpl_cm_standards_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ on:

jobs:
commitlint_remote:
uses: nciocpl/.github/.github/workflows/ocpl_cm_standards_check.yml@workflow/v1
permissions:
contents: read
uses: nciocpl/.github/.github/workflows/ocpl_cm_standards_check.yml@workflow/v2
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
build:
name: Build, Test and Upload Artifacts
runs-on: ubuntu-22.04
permissions:
contents: read
packages: read
pull-requests: write
defaults:
run:
working-directory: ${{ format('./{0}', inputs.app_path) }}
Expand Down Expand Up @@ -144,6 +148,8 @@ jobs:
## This job depends on build completing
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Download built app
uses: actions/download-artifact@v4
Expand Down