We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec4e94 commit 8c12b03Copy full SHA for 8c12b03
test/dagger/testscripts.go
@@ -29,6 +29,7 @@ func (R *Runtime) SetupTestingEnv(c *dagger.Container, source *dagger.Directory)
29
// set env vars
30
c = c.WithEnvVariable("HOF_TELEMETRY_DISABLED", "1")
31
c = c.WithEnvVariable("GITHUB_TOKEN", os.Getenv("GITHUB_TOKEN"))
32
+ c = c.WithEnvVariable("GITHUB_TOKEN_LEN", fmt.Sprintf("%d", len(os.Getenv("GITHUB_TOKEN")))
33
c = c.WithEnvVariable("HOF_FMT_VERSION", os.Getenv("HOF_FMT_VERSION"))
34
35
// set fmt vars
0 commit comments