From bef97f2a6a47eb7cff3ed344cf38dc8b30b98374 Mon Sep 17 00:00:00 2001 From: Ciara Stacke <18287516+ciarams87@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:27:55 +0000 Subject: [PATCH] Update PR step in NFR workflow (#1653) Gitignore GHA creds file; update PR workflow step --- .github/workflows/nfr.yml | 2 ++ .gitignore | 3 +++ 2 files changed, 5 insertions(+) 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