Skip to content

Commit

Permalink
Remove unnecessary pypi token (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored Apr 24, 2024
1 parent 0ee8210 commit 36dfa6a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions otterdog/eclipse-csi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ orgs.newOrg('eclipse-csi') {
secret: "pass:bots/technology.csi/readthedocs.org/otterdog-webhook-secret",
},
],
secrets: [
orgs.newRepoSecret('PYPI_TOKEN') {
value: "********",
},
],
environments: [
orgs.newEnvironment('pypi'),
],
Expand Down

0 comments on commit 36dfa6a

Please sign in to comment.