Skip to content

Commit 838e88d

Browse files
ci(DATAGO-131317): add packages:read permission for GHCR container pull (#155)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5bdfba5 commit 838e88d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-plugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ permissions:
5454
statuses: write
5555
checks: write
5656
repository-projects: read
57+
packages: read
5758

5859
env:
5960
PYTHON_VERSION: "3.13"

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ permissions:
1818
checks: write
1919
repository-projects: read
2020
id-token: write
21+
packages: read
2122

2223
concurrency:
2324
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)