Skip to content

Commit b5b9ef3

Browse files
committed
set read as workflow default
1 parent 301525d commit b5b9ef3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ on:
2727
schedule:
2828
- cron: '16 4 * * 1'
2929

30+
permissions:
31+
contents: read
32+
3033
jobs:
3134
analyze:
3235
name: Analyze Actions
3336
runs-on: ubuntu-latest
3437
permissions:
35-
contents: read
3638
security-events: write
3739
packages: read
3840

.github/workflows/nightly-pypi-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
url: https://test.pypi.org/p/pyiceberg
7171

7272
permissions:
73-
contents: read
7473
id-token: write # IMPORTANT: mandatory for trusted publishing
7574

7675
steps:

0 commit comments

Comments
 (0)