Skip to content

update file path

update file path #6

Workflow file for this run

name: Publish
permissions:
checks: write
contents: write
pull-requests: write
statuses: write
id-token: write
"on":
push:
branches:
- main
paths:
- .speakeasy/gen.lock
workflow_dispatch: {}
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@@0cbe94f2ca2c60bde9001577e565644e1c90d4a6

Check failure on line 17 in .github/workflows/sdk_publish.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sdk_publish.yaml

Invalid workflow file

invalid value workflow reference: too many '@' in workflow reference
with:
target: vanta
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}