We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca69ed commit dd8446eCopy full SHA for dd8446e
.github/workflows/cicd.yaml
@@ -65,10 +65,13 @@ jobs:
65
check-if-changed:
66
needs: deploy-nhs-notify-feature
67
if: needs.deploy-nhs-notify-feature.result == 'success' || needs.deploy-nhs-notify-feature.result == 'skipped'
68
+ permissions:
69
+ contents: read
70
runs-on: ubuntu-latest
71
outputs:
72
src: ${{ steps.changes.outputs.src }}
73
steps:
74
+ - uses: actions/checkout@v3
75
- uses: dorny/paths-filter@v3
76
id: changes
77
with:
0 commit comments