Skip to content

[GHA] VSCode snapshot builds #1

[GHA] VSCode snapshot builds

[GHA] VSCode snapshot builds #1

Workflow file for this run

name: Snapshot - Eclipse LS Extensions
concurrency:
group: snapshot-all
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
eclipse-ls-extensions:
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
with:
eclipse_profile: 'e431'
build_type: 'snapshot'
skip_tests: true
secrets: inherit
e431-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e431'
build_type: 'snapshot'
java_version: '17'
secrets: inherit
e432-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e432'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
e433-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e433'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
vscode-spring-boot:

Check failure on line 50 in .github/workflows/snapshot-all.yml

View workflow run for this annotation

GitHub Actions / Snapshot - Eclipse LS Extensions

Invalid workflow file

The workflow is not valid. .github/workflows/snapshot-all.yml (Line: 50, Col: 3): Error calling workflow 'spring-projects/sts4/.github/workflows/snapshot-vscode-extension.yml@a32ac18ea51fd1ed5611fec81b1d2a7e62d843ac'. The workflow is requesting 'contents: write', but is only allowed 'contents: read'.
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-spring-boot
secrets: inherit
vscode-concourse:
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-concourse
secrets: inherit