github.com/nektos/act@v0.2.83/pkg/gh/gh_test.go (about)

     1  package gh
     2  
     3  import (
     4  	"context"
     5  	"testing"
     6  )
     7  
     8  func TestGetToken(t *testing.T) {
     9  	token, _ := GetToken(context.TODO(), "")
    10  	t.Log(token)
    11  }