Skip to content

Commit

Permalink
Take SSP 2.0 out of support
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 30, 2024
1 parent 28ddf74 commit 1cb8f3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ jobs:
runs-on: [ubuntu-latest]

steps:
- name: 'Run assets build (2.0)'
uses: actions/github-script@v7
with:
# Token has to be generated on a user account that controls the remote repository.
# The _only_ scope to select is "Access public repositories", nothing more.
github-token: "${{ secrets.PAT_TOKEN }}"
debug: true
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'simplesamlphp',
repo: 'simplesamlphp-assets-base',
workflow_id: 'build-release.yml',
ref: 'release-2.0'
})
- name: 'Run assets build (2.1)'
uses: actions/github-script@v7
with:
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ jobs:
runs-on: [ubuntu-latest]

steps:
- name: 'Run developer-tools update (2.0)'
uses: actions/github-script@v7
with:
# Token has to be generated on a user account that controls the remote repository.
# The _only_ scope to select is "Access public repositories", nothing more.
github-token: "${{ secrets.PAT_TOKEN }}"
debug: true
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'simplesamlphp',
repo: 'simplesamlphp-assets-base',
workflow_id: 'update-dependencies.yml',
ref: 'release-2.0'
})
- name: 'Run developer-tools update (2.1)'
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit 1cb8f3a

Please sign in to comment.