We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b07e425 + 930c412 commit 07dae78Copy full SHA for 07dae78
.github/workflows/publish-beta.yaml
@@ -14,8 +14,8 @@ permissions:
14
contents: read
15
# Needed for Workload Identity
16
id-token: write
17
- # Needed to pull docker images
18
- packages: read
+ # Needed to pull docker images / write NPM packages
+ packages: write
19
20
jobs:
21
publish:
.github/workflows/publish.yaml
0 commit comments