Skip to content

Commit

Permalink
Pass secrets.GITHUB_TOKEN to env
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Dec 16, 2024
1 parent 74bbaed commit 6a88e18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tonkeeper CD
name: CD
on:
push:
tags:
Expand Down Expand Up @@ -41,6 +41,7 @@ jobs:
REACT_APP_APTABASE: ${{ secrets.VITE_APP_APTABASE }}
REACT_APP_APTABASE_HOST: https://anonymous-analytics.tonkeeper.com
REACT_APP_STONFI_REFERRAL_ADDRESS: ${{ secrets.REACT_APP_STONFI_REFERRAL_ADDRESS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: electron*

steps:
Expand Down

0 comments on commit 6a88e18

Please sign in to comment.