Skip to content

Commit 1dd2d72

Browse files
authored
Prevent publishing action in nightly CI
1 parent 5df7349 commit 1dd2d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
needs: style_n_coverage
7575
runs-on: ubuntu-latest
7676
permissions:
77-
# IMPORTANT: this permission is mandatory for trusted publishing
78-
id-token: write
77+
# IMPORTANT: this permission is mandatory for trusted publishing
78+
id-token: write
7979
if: contains(github.ref, '=')
8080
steps:
8181
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)