Skip to content

Commit

Permalink
fix: credential path for emf project
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Dec 20, 2024
1 parent 91cec1f commit 4f853a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion otterdog.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,14 @@
},
{
"name": "modeling.emf.emf",
"github_id": "eclipse-emf"
"github_id": "eclipse-emf",
"credentials": {
"provider": "pass",
"username": "bots/modeling.emf/github.com/username",
"password": "bots/modeling.emf/github.com/password",
"twofa_seed": "bots/modeling.emf/github.com/2FA-seed",
"api_token": "bots/modeling.emf/github.com/otterdog-token"
}
},
{
"name": "modeling.emfcompare",
Expand Down

0 comments on commit 4f853a2

Please sign in to comment.