Skip to content

Commit

Permalink
Pass secrets to JOSM plugin action
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Jul 9, 2024
1 parent 59f0a65 commit 6e2e0ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ant-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ jobs:
with:
josm-revision: "r18877"
java-version: 17
env:
MAPILLARY_CLIENT_ID: ${{ secrets.MAPILLARY_CLIENT_ID }}
MAPILLARY_CLIENT_SECRET: ${{ secrets.MAPILLARY_CLIENT_SECRET }}
MAPILLARY_CLIENT_TOKEN: ${{ secrets.MAPILLARY_CLIENT_TOKEN }}

0 comments on commit 6e2e0ae

Please sign in to comment.