Skip to content

Commit ff99c04

Browse files
authored
Merge pull request #789 from fstagni/60_bumps2
fix: added permissions to token
2 parents 9969ce6 + e350117 commit ff99c04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
name: PyPI deployment
1818
runs-on: "ubuntu-latest"
1919
if: github.event_name != 'push' || github.repository == 'DIRACGrid/WebAppDIRAC'
20+
permissions:
21+
id-token: write
22+
attestations: write
23+
contents: write
2024
defaults:
2125
run:
2226
shell: bash -l {0}
@@ -41,7 +45,6 @@ jobs:
4145
readme_renderer \
4246
requests \
4347
setuptools_scm \
44-
six
4548
- name: Validate README for PyPI
4649
run: |
4750
python -m readme_renderer README.rst -o /tmp/README.html

0 commit comments

Comments
 (0)