Skip to content

Commit 9be9706

Browse files
authored
🎨 move settings for rule to other settings for rule
1 parent d758107 commit 9be9706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
publish:
107107
name: Publish package
108108
if: startsWith(github.ref, 'refs/tags')
109+
permissions:
110+
id-token: write
109111
needs:
110112
- format
111113
- lint
@@ -125,6 +127,4 @@ jobs:
125127
with:
126128
# remove repository key to set the default to pypi (not test.pypi.org)
127129
repository-url: https://test.pypi.org/legacy/
128-
129-
permissions:
130-
id-token: write
130+

0 commit comments

Comments
 (0)