diff --git a/.github/workflows/application-js-cloudflare-feature.yml b/.github/workflows/application-js-cloudflare-feature.yml index 465ed19..8d15e64 100644 --- a/.github/workflows/application-js-cloudflare-feature.yml +++ b/.github/workflows/application-js-cloudflare-feature.yml @@ -9,6 +9,8 @@ on: secrets: GH_TOKEN: required: true + NIXPKGS_PRIVATE_PAT: + required: true # CLOUDFLARE_ACCOUNT_ID: # required: true # CLOUDFLARE_ZONE_ID: @@ -36,6 +38,8 @@ jobs: permissions: packages: read contents: read + env: + NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }} steps: - uses: actions/checkout@v4 - name: Run linting