We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f1cee commit 696f090Copy full SHA for 696f090
.github/workflows/application-js-cloudflare-feature.yml
@@ -28,6 +28,9 @@ on:
28
# ZETA_HOUSE_GOOGLE_MAPS_API_KEY:
29
# required: true
30
31
+env:
32
+ NIX_CONFIG: access-tokens = github.com=${{ secrets.NIXPKGS_PRIVATE_PAT }}
33
+
34
jobs:
35
# Lint the code
36
feature-lint:
@@ -38,8 +41,6 @@ jobs:
38
41
permissions:
39
42
packages: read
40
43
contents: read
- env:
- NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
44
steps:
45
- uses: actions/checkout@v4
46
- name: Run linting
0 commit comments