Skip to content

Commit ff4ca56

Browse files
Need to use consoleToken when running gen-backend (#519)
The plural token doesn't auth to your console instance
1 parent 8e28268 commit ff4ca56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/plural/cd_stacks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func (p *Plural) handleGenerateBackend(_ *cli.Context) error {
7373
LockAddress: lo.FromPtr(stateUrls.Lock),
7474
UnlockAddress: lo.FromPtr(stateUrls.Unlock),
7575
Actor: cfg.Email,
76-
DeployToken: cfg.Token,
76+
DeployToken: consoleToken,
7777
}, dir)
7878
if err != nil {
7979
return err

0 commit comments

Comments
 (0)