Skip to content

Commit 9af6754

Browse files
committed
CCM-12614: add github package manager authentication
1 parent 00f57ac commit 9af6754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
permissions:
159159
contents: read
160160
id-token: write
161-
package: read
161+
packages: read
162162
if: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
163163
steps:
164164
- uses: actions/checkout@v5.0.0

0 commit comments

Comments
 (0)