delete unnecessary action #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .github/workflows/devsecops.yml | |
| name: DevGuard DevSecOps | |
| on: | |
| push: | |
| permissions: | |
| contents: read | |
| packages: write | |
| jobs: | |
| call-devsecops: | |
| uses: l3montree-dev/devguard-action/.github/workflows/full.yml@main | |
| with: | |
| asset-name: "rag/projects/rag/assets/rag" | |
| api-url: "https://api.devguard.org" | |
| web-ui: "https://app.devguard.org" | |
| secrets: | |
| devguard-token: "${{ secrets.DEVGUARD_TOKEN }}" # you need to create this secret in your GitHub repository settings |