Skip to content

Commit 7124e4e

Browse files
committed
fix: Remove redundant permission
1 parent 630d8bd commit 7124e4e

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-python.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
permissions:
1010
contents: read
1111
packages: write
12-
id-token: write
1312
secrets: inherit
1413
with:
1514
image: python

.github/workflows/reusable-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
permissions:
2121
contents: read
2222
packages: write
23-
id-token: write
2423
steps:
2524
- uses: actions/checkout@v4
2625
- uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)