Skip to content

Commit 711dc43

Browse files
authored
Update Registrator workflow (#51)
1 parent 632a793 commit 711dc43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/Registrator.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ on:
99
branches:
1010
- 'master'
1111
- 'main'
12+
13+
permissions:
14+
contents: write
15+
pull-requests: write
16+
1217
jobs:
1318
Register:
1419
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
1520
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@main"
1621
with:
1722
localregistry: ITensor/ITensorRegistry
23+
secrets:
24+
REGISTRATOR_KEY: ${{ secrets.REGISTRATOR_KEY }}

0 commit comments

Comments
 (0)