Skip to content

Commit 1d4150e

Browse files
committed
Removed invalidated tokens
1 parent 88c6be1 commit 1d4150e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/de/tud/cs/stg/zenodo/ZenodoClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
*/
2525
public class ZenodoClient {
2626

27-
private static final String productionToken = "GopFIrt1d7D219AR3ORCHIL33oe7vAmeht2pPr1ZxzOenLp5m4ynCQLLOUBD";
28-
private static final String sandboxToken = "WjNJFRWxsnDdnQoJdAZ92YZ6k69PXfBTqKmjuZphAtgG0Fs66orrre5sMWJe";
27+
private static final String productionToken = "tokengoeshere";
28+
private static final String sandboxToken = "tokengoeshere";
2929

3030
private static final String sandboxURL = "https://sandbox.zenodo.org/";
3131
private static final String productionURL = "https://zenodo.org/";

0 commit comments

Comments
 (0)