diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23c844ae..33a3e782 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,9 @@ jobs: TENOR_KEY: ${{ secrets.TENOR_KEY }} SPHERON_BUCKET_NAME: ${{ secrets.SPHERON_BUCKET_NAME }} SPHERON_STORAGE_TOKEN: ${{ secrets.SPHERON_STORAGE_TOKEN }} + IMAGEKIT_ENDPOINT: ${{ secrets.IMAGEKIT_ENDPOINT }} + IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }} + IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY }} steps: - name: Checkout 🛎️ uses: actions/checkout@v2.3.1 diff --git a/components/sidebars/SidebarLeft.vue b/components/sidebars/SidebarLeft.vue index 6e5487f9..d9ad7429 100644 --- a/components/sidebars/SidebarLeft.vue +++ b/components/sidebars/SidebarLeft.vue @@ -169,13 +169,12 @@ - +