Skip to content

Commit

Permalink
restore github keys in the deploy process (#8244)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v authored Jul 26, 2021
1 parent 7af5860 commit 096c008
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-to-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@ jobs:
submodules: false
fetch-depth: 0
- name: Deploy updated JSON
env:
TRAVIS_BUILD_DIR: ${{ github.workspace }}
BUILD_TYPE: package
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
GHCI_DEPLOY_KEY: ${{ secrets.GHCI_DEPLOY_KEY }}
run: |
bash ./package/deploy_package_index.sh

0 comments on commit 096c008

Please sign in to comment.