Skip to content

Commit 5b90e3c

Browse files
authored
[TOOLSLIBS-2187] Workflow fixes 2 (#216)
* workflow fixes again * manual workflow revert * more perms for checkout
1 parent 01e8cd9 commit 5b90e3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release_build_push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
permissions:
16+
pages: write
17+
actions: read
1618
id-token: write
19+
contents: read
1720
steps:
1821
- uses: actions/checkout@v4
1922
- name: Set up Python

0 commit comments

Comments
 (0)