Skip to content

chore: upgrade xrpl #19

chore: upgrade xrpl

chore: upgrade xrpl #19

Workflow file for this run

name: Release rippled image
on:
push:
branches: [main]
paths: ["images/rippled/**"]
pull_request:
branches: [main]
paths: ["images/rippled/**"]
# Declare default permissions as read only.
permissions: read-all
jobs:
call:

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

View workflow run for this annotation

GitHub Actions / Release rippled image

Invalid workflow file

The workflow is not valid. .github/workflows/release-rippled.yml (Line: 14, Col: 3): Error calling workflow 'flare-foundation/connected-chains-docker/.github/workflows/release-image.yml@e70326b91161f5ba7fee21c0de819dcf5a4787ab'. The workflow is requesting 'vulnerability-alerts: read', but is only allowed 'vulnerability-alerts: none'.
uses: ./.github/workflows/release-image.yml
permissions:
actions: read
checks: read
contents: read
deployments: read
discussions: read
issues: read
models: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
security-events: read
artifact-metadata: read
packages: write
id-token: write
attestations: write
with:
image: ghcr.io/${{ github.repository }}/rippled
context: images/rippled
dockerfile: Dockerfile
secrets:
registry-password: ${{ secrets.GITHUB_TOKEN }}