We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562767c commit c8aaa92Copy full SHA for c8aaa92
.github/workflows/release_test_pypi_before_merge.yml
@@ -5,6 +5,10 @@ on:
5
paths:
6
- 'version.txt'
7
8
+permissions:
9
+ id-token: write
10
+ contents: read
11
+
12
jobs:
13
build-n-publish:
14
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI'
0 commit comments