We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632a793 commit 711dc43Copy full SHA for 711dc43
1 file changed
.github/workflows/Registrator.yml
@@ -9,9 +9,16 @@ on:
9
branches:
10
- 'master'
11
- 'main'
12
+
13
+permissions:
14
+ contents: write
15
+ pull-requests: write
16
17
jobs:
18
Register:
19
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
20
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
21
with:
22
localregistry: ITensor/ITensorRegistry
23
+ secrets:
24
+ REGISTRATOR_KEY: ${{ secrets.REGISTRATOR_KEY }}
0 commit comments