Skip to content

chore: remove pip index-url config #55

chore: remove pip index-url config

chore: remove pip index-url config #55

Workflow file for this run

# https://github.com/sveltejs/kit/blob/32afba695088b946aefe96da75b36de9b0667fbe/.github/workflows/release.yml
name: 'Release'
on:
push:
branches: ['main']
jobs:
changesets:
# prevents this action from running on forks
if: github.repository == 'secretflow/secretnote'
name: Changesets
uses: secretflow/web-ci/.github/workflows/release-changesets.yml@main

Check failure on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 14, Col: 11): Secret BOT_APP_ID is required, but not provided while calling. .github/workflows/release.yml (Line: 14, Col: 11): Secret BOT_PRIVATE_KEY is required, but not provided while calling.
permissions:
pull-requests: write
contents: write
ci:
needs: [changesets]
if: |
needs.changesets.outputs.should-release == 'true'
name: Prerelease CI
uses: ./.github/workflows/ci.yml
permissions:
contents: read
actions: read
publish:
needs: [ci]
if: |
needs.ci.result == 'success'
name: Publish
uses: secretflow/web-ci/.github/workflows/release-publish.yml@main
with:
node-version: '18'
python-version: '3.8'
permissions:
contents: write
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}