Skip to content

Commit

Permalink
Read api key from Travis secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
cengique authored Mar 26, 2023
1 parent 0039ac8 commit 7d1b9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ matrix:
deploy:
provider: releases
skip_cleanup: true
api_key: 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
api_key: $GITHUB_API_KEY
file_glob: true
file: build/*.zip
on:
Expand Down

0 comments on commit 7d1b9ab

Please sign in to comment.