File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 workflow_id: 'build-release.yml',
4444 ref: 'release-2.5'
4545 })
46+
4647 - name : ' Run assets build (2.6)'
4748 uses : actions/github-script@v9
4849 with :
5758 workflow_id: 'build-release.yml',
5859 ref: 'release-2.6'
5960 })
61+
62+ - name : ' Run assets build (3.0)'
63+ uses : actions/github-script@v9
64+ with :
65+ # Token has to be generated on a user account that controls the remote repository.
66+ # The _only_ scope to select is "Access public repositories", nothing more.
67+ github-token : " ${{ secrets.PAT_TOKEN }}"
68+ debug : true
69+ script : |
70+ await github.rest.actions.createWorkflowDispatch({
71+ owner: 'simplesamlphp',
72+ repo: 'simplesamlphp-assets-base',
73+ workflow_id: 'build-release.yml',
74+ ref: 'release-3.0'
75+ })
Original file line number Diff line number Diff line change 4343 workflow_id: 'update-dependencies.yml',
4444 ref: 'release-2.5'
4545 })
46+
4647 - name : ' Run developer-tools update (2.6)'
4748 uses : actions/github-script@v9
4849 with :
5758 workflow_id: 'update-dependencies.yml',
5859 ref: 'release-2.6'
5960 })
61+
62+ - name : ' Run developer-tools update (3.0)'
63+ uses : actions/github-script@v9
64+ with :
65+ # Token has to be generated on a user account that controls the remote repository.
66+ # The _only_ scope to select is "Access public repositories", nothing more.
67+ github-token : " ${{ secrets.PAT_TOKEN }}"
68+ debug : true
69+ script : |
70+ await github.rest.actions.createWorkflowDispatch({
71+ owner: 'simplesamlphp',
72+ repo: 'simplesamlphp-assets-base',
73+ workflow_id: 'update-dependencies.yml',
74+ ref: 'release-3.0'
75+ })
You can’t perform that action at this time.
0 commit comments