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.
1 parent 5d67083 commit 36d6245Copy full SHA for 36d6245
.github/workflows/build.yml
@@ -8,8 +8,6 @@ permissions: read-all
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
- permissions:
12
- packages: write
13
steps:
14
- name: Checkout
15
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
.github/workflows/release.yml
@@ -2,6 +2,10 @@ name: Publish package to GitHub Packages
2
on:
3
release:
4
types: [created]
5
+
6
+# Declare default permissions as read only.
7
+permissions: read-all
publish:
0 commit comments