We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27243cf commit 8a60b37Copy full SHA for 8a60b37
1 file changed
.github/workflows/daily-build.yml
@@ -1,9 +1,5 @@
1
name: Build NRL Project on Environment
2
run-name: Build NRL Project on ${{ inputs.environment || 'dev' }}
3
-permissions:
4
- id-token: write
5
- contents: read
6
- actions: write
7
8
on:
9
push:
@@ -23,6 +19,10 @@ jobs:
23
19
build:
24
20
name: Build and test - ${{ github.ref }}
25
21
runs-on: codebuild-nhsd-nrlf-ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
22
+ permissions:
+ contents: read
+ actions: write
+ id-token: write
26
27
steps:
28
- name: Git clone - ${{ github.ref }}
0 commit comments