Skip to content

Commit 1cb8f3a

Browse files
committed
Take SSP 2.0 out of support
1 parent 28ddf74 commit 1cb8f3a

2 files changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ jobs:
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:

.github/workflows/update-dependencies.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ jobs:
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:

0 commit comments

Comments
 (0)