Skip to content

Commit a6ae894

Browse files
committed
ci: fix gha
1 parent 8b00fdb commit a6ae894

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pinact.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ permissions: {}
1111
jobs:
1212
pinact:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
16+
1417
steps:
1518
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1619
with:
1720
persist-credentials: false
1821

1922
- name: Pin actions
2023
uses: suzuki-shunsuke/pinact-action@49cbd6acd0dbab6a6be2585d1dbdaa43b4410133 # v1.0.0
21-
permissions:
22-
contents: write

0 commit comments

Comments
 (0)