Skip to content

Commit

Permalink
NRL-817 Fix permissions cache paths
Browse files Browse the repository at this point in the history
  • Loading branch information
axelkrastek1-nhs committed Jul 3, 2024
1 parent ae90c73 commit c6ea1f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/persistent-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: ${{ github.run_id }}-nrlf-permissions
path: dist/nrlf_permissions
path: dist/nrlf_permissions.zip
fail-on-cache-miss: true

- name: Terraform Init
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: ${{ github.run_id }}-nrlf-permissions
path: dist/nrlf_permissions
path: dist/nrlf_permissions.zip
fail-on-cache-miss: true

- name: Configure Management Credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: ${{ github.run_id }}-nrlf-permissions
path: dist/nrlf_permissions
path: dist/nrlf_permissions.zip
fail-on-cache-miss: true

- name: Retrieve Server Certificates
Expand Down

0 comments on commit c6ea1f4

Please sign in to comment.