Skip to content

Release

Release #15

Workflow file for this run

name: Release
on:
release:
types: [created]
jobs:
call-workflow:
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2
with:
josm-revision: "r18877"
java-version: 17
additional_build_args: "-DMAPILLARY_CLIENT_ID=${{ secrets.MAPILLARY_CLIENT_ID }} -DMAPILLARY_CLIENT_SECRET=${{ secrets.MAPILLARY_CLIENT_SECRET }} -DMAPILLARY_CLIENT_TOKEN=${{ secrets.MAPILLARY_CLIENT_TOKEN }}"

Check failure on line 13 in .github/workflows/ant-release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/ant-release.yml (Line: 13, Col: 30): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.MAPILLARY_CLIENT_ID