Skip to content

Commit

Permalink
fix: use storage account key
Browse files Browse the repository at this point in the history
This reverts commit 8df3096.
  • Loading branch information
danielroe committed Feb 1, 2024
1 parent 6cc86a4 commit 45ff8f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
NUXT_GOOGLE_API_TOKEN=
AZURE_STORAGE_ACCOUNT_KEY=
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
PRE_BUILD_COMMAND: corepack enable
CUSTOM_BUILD_COMMAND: pnpm install && pnpm build || true
NODE_VERSION: 18.17.1
AZURE_STORAGE_ACCOUNT_KEY: ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }}
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DELIGHTFUL_CLIFF_0ACDAF71E }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineNuxtConfig({
pagespeed: {
driver: 'azureStorageBlob',
accountName: 'pagespeedcache',
accountKey: process.env.AZURE_STORAGE_ACCOUNT_KEY
}
}
},
Expand Down

0 comments on commit 45ff8f4

Please sign in to comment.