You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,13 @@ jobs:
13
13
publish:
14
14
runs-on: ubuntu-latest
15
15
permissions:
16
-
contents: read
16
+
# To create a release.
17
+
contents: write
18
+
# To push a docker image.
17
19
packages: write
20
+
# To push an attestation.
18
21
attestations: write
22
+
# Presumably used to log into the GitHub Container Registry, as per https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.
0 commit comments