mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-14 09:46:53 +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
|
|
@ -4,8 +4,7 @@ import subprocess
|
|||
|
||||
def update_changelog():
|
||||
with open('src/version', 'r') as f:
|
||||
raw_version = f.read()
|
||||
version = re.search('\"(.*)\"', raw_version).groups()[0]
|
||||
version = f.read()
|
||||
changelog = [f"## v{version}"]
|
||||
changelog.append("### What\'s Changed")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue