Skip to content

Commit

Permalink
Remove github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
AJGranowski committed Sep 29, 2024
1 parent 0146388 commit eba0884
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ jobs:
env:
LATEST_RELEASE_TAG: ${{ env.LATEST_RELEASE_TAG }}
with:
github-token: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
const latestReleaseTag = process.env.LATEST_RELEASE_TAG;
Expand Down
2 changes: 1 addition & 1 deletion make-release
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -euC;
#test1
#test2

RELEASE_DIR="release/";

Expand Down

0 comments on commit eba0884

Please sign in to comment.