Skip to content

Commit 63d830b

Browse files
committed
fix publish permissions
1 parent 0b669b0 commit 63d830b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@ on:
2929
default: true
3030

3131

32+
permissions:
33+
contents: read
34+
pages: write
35+
actions: read
36+
id-token: write
3237

3338
jobs:
3439

40+
3541
validateVersion:
3642
runs-on: ubuntu-latest
3743
if: github.repository == 'duttonw/ckanext-pycharm-debugger'
@@ -57,6 +63,7 @@ jobs:
5763
needs: validateVersion
5864
name: Test
5965
uses: ./.github/workflows/test.yml # Call the reusable workflow
66+
secrets: inherit
6067

6168
publishSkipped:
6269
if: github.repository != 'duttonw/ckanext-pycharm-debugger'

0 commit comments

Comments
 (0)