File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : [ubuntu-latest]
1515
1616 steps :
17- - name : ' Run assets build (2.0)'
18- uses : actions/github-script@v7
19- with :
20- # Token has to be generated on a user account that controls the remote repository.
21- # The _only_ scope to select is "Access public repositories", nothing more.
22- github-token : " ${{ secrets.PAT_TOKEN }}"
23- debug : true
24- script : |
25- await github.rest.actions.createWorkflowDispatch({
26- owner: 'simplesamlphp',
27- repo: 'simplesamlphp-assets-base',
28- workflow_id: 'build-release.yml',
29- ref: 'release-2.0'
30- })
31-
3217 - name : ' Run assets build (2.1)'
3318 uses : actions/github-script@v7
3419 with :
Original file line number Diff line number Diff line change 1414 runs-on : [ubuntu-latest]
1515
1616 steps :
17- - name : ' Run developer-tools update (2.0)'
18- uses : actions/github-script@v7
19- with :
20- # Token has to be generated on a user account that controls the remote repository.
21- # The _only_ scope to select is "Access public repositories", nothing more.
22- github-token : " ${{ secrets.PAT_TOKEN }}"
23- debug : true
24- script : |
25- await github.rest.actions.createWorkflowDispatch({
26- owner: 'simplesamlphp',
27- repo: 'simplesamlphp-assets-base',
28- workflow_id: 'update-dependencies.yml',
29- ref: 'release-2.0'
30- })
31-
3217 - name : ' Run developer-tools update (2.1)'
3318 uses : actions/github-script@v7
3419 with :
You can’t perform that action at this time.
0 commit comments