Skip to content

Commit

Permalink
Only add API keys if we are doing a release
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Aug 13, 2024
1 parent 3abc781 commit 7d700ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
add-mapillary-keys:
runs-on: ubuntu-latest
needs: call-workflow-min
if: needs.check-release-needed.outputs.release_needed == 'true'
env:
GH_TOKEN: ${{ github.token }}
steps:
Expand Down

0 comments on commit 7d700ee

Please sign in to comment.