Skip to content

Commit

Permalink
ci: set soldeer credentials in github workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Oct 22, 2024
1 parent 5729d20 commit 43bb6cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: soldeer
- name: Store soldeer login credential
env:
SOLDEER_TOKEN: ${{ secrets.SOLDEER_TOKEN }}
run: |
mkdir -p "$GITHUB_WORKSPACE"/.soldeer
echo "$SOLDEER_TOKEN" > "$GITHUB_WORKSPACE"/.soldeer/.soldeer_login
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 43bb6cb

Please sign in to comment.