mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-09 16:00:05 +00:00
fix: prevent oidc on tokenless due to permissioning (#1724)
This commit is contained in:
parent
47e0552fc4
commit
9b01a34191
5 changed files with 25 additions and 8 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
deploy:
|
||||
$(eval VERSION := $(shell cat src/version | grep 'CODECOV_ACTION_VERSION=' | cut -d\" -f2))
|
||||
$(eval VERSION := $(shell cat src/version))
|
||||
git tag -d v5
|
||||
git push origin :v5
|
||||
git tag v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue