Skip to content

Commit a89be58

Browse files
authored
[SDPPE-100] Defined package permission. (#69)
1 parent 4477013 commit a89be58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tide_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ permissions:
2727
checks: write
2828
contents: read
2929
pull-requests: write
30+
packages: read
3031

3132
jobs:
3233
check-nginx-config:
@@ -63,7 +64,7 @@ jobs:
6364
name: tide_build
6465
runs-on: ${{ inputs.runner }}
6566
container:
66-
image: ghcr.io/dpc-sdp/bay/ci-builder:5.x
67+
image: ghcr.io/dpc-sdp/bay/ci-builder:6.x
6768
steps:
6869
- name: Checkout code
6970
uses: actions/checkout@v4

0 commit comments

Comments
 (0)