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 8b00fdb commit a6ae894Copy full SHA for a6ae894
1 file changed
.github/workflows/pinact.yml
@@ -11,12 +11,13 @@ permissions: {}
11
jobs:
12
pinact:
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: write
16
+
17
steps:
18
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
with:
20
persist-credentials: false
21
22
- name: Pin actions
23
uses: suzuki-shunsuke/pinact-action@49cbd6acd0dbab6a6be2585d1dbdaa43b4410133 # v1.0.0
- permissions:
- contents: write
0 commit comments