Skip to content

Commit dd8446e

Browse files
add checkoutstep.
1 parent 2ca69ed commit dd8446e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,13 @@ jobs:
6565
check-if-changed:
6666
needs: deploy-nhs-notify-feature
6767
if: needs.deploy-nhs-notify-feature.result == 'success' || needs.deploy-nhs-notify-feature.result == 'skipped'
68+
permissions:
69+
contents: read
6870
runs-on: ubuntu-latest
6971
outputs:
7072
src: ${{ steps.changes.outputs.src }}
7173
steps:
74+
- uses: actions/checkout@v3
7275
- uses: dorny/paths-filter@v3
7376
id: changes
7477
with:

0 commit comments

Comments
 (0)