Skip to content

Commit 555a13e

Browse files
committed
ci: configure connection string for azure cache
1 parent c420787 commit 555a13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: graycoreio/daffodil/.github/actions/setup-nx-remote-cache@develop
4040
with:
4141
cache-mode: read-only
42-
read-only-azure-connection-string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
42+
read-only-azure-connection-string: ${{ secrets.AZURE_NX_CACHE_READONLY_CONNECTION_STRING }}
4343
read-write-azure-connection-string: ${{ secrets.AZURE_NX_CACHE_READWRITE_CONNECTION_STRING }}
4444
event-name: ${{ github.event_name }}
4545

0 commit comments

Comments
 (0)