Merge pull request 'fix: use GIT_TOKEN secret in sdk-release.yaml' (#13) from fix/ci-openssl-linker into dev
This commit was merged in pull request #13.
This commit is contained in:
@@ -232,7 +232,7 @@ jobs:
|
|||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||||
GITEA_API: https://git.neuralplatform.ai/api/v1
|
GITEA_API: https://git.neuralplatform.ai/api/v1
|
||||||
REPO: neuron-technologies/el
|
REPO: neuron-technologies/el
|
||||||
run: |
|
run: |
|
||||||
@@ -331,7 +331,7 @@ jobs:
|
|||||||
- name: Dispatch el-sdk-updated to downstream repos
|
- name: Dispatch el-sdk-updated to downstream repos
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||||
GITEA_API: https://git.neuralplatform.ai/api/v1
|
GITEA_API: https://git.neuralplatform.ai/api/v1
|
||||||
run: |
|
run: |
|
||||||
for repo in neuron-technologies/forge; do
|
for repo in neuron-technologies/forge; do
|
||||||
|
|||||||
Reference in New Issue
Block a user