Skip to content

Commit

Permalink
fix(ci): clever app id from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias committed Jan 16, 2024
1 parent beb78b6 commit 011375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clever-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: 47ng/[email protected]
name: Deploy to Clever Cloud
with:
appID: ${{ env.CLEVER_APP_ID }}
appID: ${{ secrets.CLEVER_APP_ID }}
force: true
quiet: true # disable copying into GitHub Actions all logs from Clever Cloud
env:
Expand Down

0 comments on commit 011375d

Please sign in to comment.