diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index 0a33888cb9..dabc986878 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -165,6 +165,8 @@ jobs: branch: tests/nfr-tests-${{ inputs.version }} delete-branch: true title: NFR Test Results for NGF version ${{ inputs.version }} + add-paths: | + tests/results/ body: | Update with NFR test results for NGF version ${{ inputs.version }} - Auto-generated by the NFR tests workflow run ${{ github.run_id }} diff --git a/.gitignore b/.gitignore index 2d97ae7b76..81ad399f73 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,6 @@ internal/mode/static/nginx/modules/coverage # Dotenv files **/*.env + +# Credential files +**/gha-creds-*.json