Skip to content

Commit 824e0e8

Browse files
authored
Update template Registrator workflow (#57)
1 parent dba220d commit 824e0e8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorPkgSkeleton"
22
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
33
authors = ["ITensor developers <support@itensor.org> and contributors"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

templates/github/.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)