diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b085e16..bb38321 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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: diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index cd7f1f0..bdcc9f5 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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: