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 46ac0a9 commit 73f1ceeCopy full SHA for 73f1cee
.github/workflows/application-js-cloudflare-feature.yml
@@ -9,6 +9,8 @@ on:
9
secrets:
10
GH_TOKEN:
11
required: true
12
+ NIXPKGS_PRIVATE_PAT:
13
+ required: true
14
# CLOUDFLARE_ACCOUNT_ID:
15
# required: true
16
# CLOUDFLARE_ZONE_ID:
@@ -36,6 +38,8 @@ jobs:
36
38
permissions:
37
39
packages: read
40
contents: read
41
+ env:
42
+ NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
43
steps:
44
- uses: actions/checkout@v4
45
- name: Run linting
0 commit comments