Skip to content

Commit e662ee0

Browse files
authored
Aaron/fix gh t (#1601)
2 parents f1b42d8 + 69846c2 commit e662ee0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package-develop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
test-container:
8383
runs-on: ubuntu-latest
8484
needs: ['build']
85+
permissions:
86+
# IMPORTANT: this permission is mandatory for trusted publishing
87+
id-token: write
88+
packages: write
8589
env:
8690
CONTAINER_IMAGE: "ghcr.io/${{ github.repository }}"
8791
steps:

0 commit comments

Comments
 (0)