Skip to content

Commit

Permalink
removed token
Browse files Browse the repository at this point in the history
  • Loading branch information
oxelson authored Nov 22, 2024
1 parent c83da98 commit d0d7fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $(COVERITY_SCAN_FILE): check

# Scan code using Coverity Scan
coverity-scan: $(COVERITY_SCAN_FILE)
curl --form token=82K450SW7qhKbtYSaXaSVA \
curl --form token=`cat $$HOME/$$tokens/udunits/coverity` \
--form [email protected] \
--form file=@$(COVERITY_SCAN_FILE) \
--form version=`awk '{print $$1; exit}' CHANGE_LOG` \
Expand Down

0 comments on commit d0d7fd3

Please sign in to comment.