Skip to content

Commit 3d1eeb6

Browse files
bump
1 parent 5801089 commit 3d1eeb6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27.0
1+
0.27.1

pkg/codefresh/codefresh.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ func (c *codefresh) requestAPIWithContext(ctx context.Context, opt *requestOptio
108108
}
109109
request.Header.Set("Authorization", c.token)
110110
request.Header.Set("Content-Type", "application/json")
111-
request.Header.Set("x-access-token", "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJfaWQiOiI2MDczMDAwYTUxMDdkYTJiZjk4ZDFkZTQiLCJhY2NvdW50SWQiOiI2MDczMDAwYTUxMDdkYTJiZjk4ZDFkZTUiLCJpYXQiOjE2MjcyMDY2MTYsImV4cCI6MTYyODQxNjIxNn0.sTIcEi11dAE_Tg0PwlfHkEWv2MjABOPbZfLm_tUR9oA")
112111

113112
response, err := c.client.Do(request)
114113
if err != nil {

0 commit comments

Comments
 (0)