BookmarkSubscribeRSS Feed
sasuser0071
Calcite | Level 5

Hello!

 

I am trying to publish a Decision to a Git Publishing Destination.

 

I am following these guides

SAS Help Center: Publishing Destinations: How To

Juletip #3 – Create a gitHub authenthication in Viya4 using GitHub PAT... - SAS Support Communities

 

I have the following configuration
Publishing Destination
```
type: Git
name: my-dest
remote repository url: [git https url]
local repository url: /mmprojectpublic
Domain id: my-domain
Email: me@me.com
Git branch: master
code generation mode: SAS Micro Analytic Service
```
Domain
```
id: my-domain
type: Authentication (password)
```
Credential
```
Domain: my-domain
Identities: [user]
User ID: [email associated with git repo]
password: <git repo personal access token>
```

The personal access token has read/write permissions.

When I try to publish my decision I am seeing the following error

 

```

ERROR===authentication required: ValidateGitRepositoryGoGit

```

 

Does anyone know how to resolve this issue?