Skip to content

Commit 096c008

Browse files
authored
restore github keys in the deploy process (#8244)
1 parent 7af5860 commit 096c008

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-to-publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@ jobs:
4141
submodules: false
4242
fetch-depth: 0
4343
- name: Deploy updated JSON
44+
env:
45+
TRAVIS_BUILD_DIR: ${{ github.workspace }}
46+
BUILD_TYPE: package
47+
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
48+
GHCI_DEPLOY_KEY: ${{ secrets.GHCI_DEPLOY_KEY }}
4449
run: |
4550
bash ./package/deploy_package_index.sh

0 commit comments

Comments
 (0)