Skip to content

Commit

Permalink
rm ssh token
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio committed May 19, 2019
1 parent dc7a3f8 commit b00e155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/release/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh
eval $(ssh-agent -s)
echo "$SSH_PRIVATE_KEY" | ssh-add -
git config --global user.email "[email protected]"
git config --global user.name "CAIO VSCE Robot"

Expand Down
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ action "Tag" {
action "Release" {
needs = "Tag"
uses = "./.github/actions/release"
secrets = ["GITHUB_TOKEN", "SSH_PRIVATE_KEY"]
secrets = ["GITHUB_TOKEN"]
}

# action "Publish" {
Expand Down

0 comments on commit b00e155

Please sign in to comment.