Skip to content

Commit

Permalink
added user/pw env for github
Browse files Browse the repository at this point in the history
  • Loading branch information
zrbrown committed Dec 16, 2023
1 parent 6d5ee54 commit 9d417b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
servers: |
[{
"id": "github",
"username": "${env.GITHUB_ACTOR}",
"password": "${env.GITHUB_TOKEN}",
"privateKey": "${env.REPO_SSH_PRIVATE_KEY}"
},
{
Expand Down

0 comments on commit 9d417b0

Please sign in to comment.