Skip to content

Commit 90c93ea

Browse files
authored
fix(ci): Add permissions to jobs (#3586)
1 parent e34952d commit 90c93ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/bootstrap_region.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
name: Bootstrap Region
3939
runs-on: ubuntu-latest
4040
permissions:
41+
contents: read
4142
id-token: write
4243
environment: layer-${{ inputs.environment }}
4344
steps:
@@ -74,6 +75,7 @@ jobs:
7475
runs-on: ubuntu-latest
7576
needs: bootstrap
7677
permissions:
78+
contents: read
7779
id-token: write
7880
environment: layer-${{ inputs.environment }}
7981
steps:

0 commit comments

Comments
 (0)