We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ec4d8 commit 2f34d33Copy full SHA for 2f34d33
1 file changed
.github/workflows/release.yml
@@ -10,6 +10,8 @@ permissions: {}
10
jobs:
11
ci:
12
uses: ./.github/workflows/ci.yml
13
+ permissions:
14
+ contents: read
15
secrets:
16
GH_APP_CREDS: ${{ secrets.GH_APP_CREDS }}
17
PAT: ${{ secrets.PAT }}
0 commit comments