Skip to content

Update used_nonces PDA seeds (#25) #1

Update used_nonces PDA seeds (#25)

Update used_nonces PDA seeds (#25) #1

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
scan:
needs: ci
if: github.event_name == 'pull_request'
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
release-sbom:

Check failure on line 18 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 18, Col: 3): Error calling workflow 'circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1'. The workflow is requesting 'contents: write', but is only allowed 'contents: read'.
needs: ci
if: github.event_name == 'push'
uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1