mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
restore github keys in the deploy process (#8244)
This commit is contained in:
parent
7af58608d7
commit
096c008345
5
.github/workflows/release-to-publish.yml
vendored
5
.github/workflows/release-to-publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user