Skip to content

Commit 73f1cee

Browse files
committed
wip: test the usage of serialized dynamic secrets
1 parent 46ac0a9 commit 73f1cee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/application-js-cloudflare-feature.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
secrets:
1010
GH_TOKEN:
1111
required: true
12+
NIXPKGS_PRIVATE_PAT:
13+
required: true
1214
# CLOUDFLARE_ACCOUNT_ID:
1315
# required: true
1416
# CLOUDFLARE_ZONE_ID:
@@ -36,6 +38,8 @@ jobs:
3638
permissions:
3739
packages: read
3840
contents: read
41+
env:
42+
NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
3943
steps:
4044
- uses: actions/checkout@v4
4145
- name: Run linting

0 commit comments

Comments
 (0)