Skip to content

Commit

Permalink
Update main-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minesh-s-patel authored May 22, 2024
1 parent 564d225 commit 0c39a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
build-command: deploy # Deploy a snapshot build of main
env:
CI_DEPLOY_USERNAME: ${{ vars.CI_DEPLOY_USERNAME }}
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
# Upload full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down

0 comments on commit 0c39a56

Please sign in to comment.