Skip to content

Commit 12e4f1f

Browse files
committed
fix(ci): misinterpreted MCP auth
1 parent dfabc6e commit 12e4f1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ mcp:
3333
description: "Unofficial MCP Server for Scaleway Serverless Functions"
3434

3535
auth:
36-
type: none
36+
type: github-oidc
37+
token: "{{ .Env.GITHUB_TOKEN }}"
3738

3839
repository:
3940
source: github

0 commit comments

Comments
 (0)