Skip to content

Commit a32b1e1

Browse files
committed
move token
1 parent 1461e36 commit a32b1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skewer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ steps:
7979
sites.
8080
commands:
8181
public:
82-
- run: skupper token issue ./public.token
82+
- run: skupper token issue ~/public.token
8383
private:
84-
- run: skupper token redeem ./public.token
84+
- run: skupper token redeem ~/public.token
8585
postamble: |
8686
If your terminal sessions are on different machines, you may need
8787
to use `scp` or a similar tool to transfer the token securely. By

0 commit comments

Comments
 (0)