Skip to content

Commit 696f090

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ on:
2828
# ZETA_HOUSE_GOOGLE_MAPS_API_KEY:
2929
# required: true
3030

31+
env:
32+
NIX_CONFIG: access-tokens = github.com=${{ secrets.NIXPKGS_PRIVATE_PAT }}
33+
3134
jobs:
3235
# Lint the code
3336
feature-lint:
@@ -38,8 +41,6 @@ jobs:
3841
permissions:
3942
packages: read
4043
contents: read
41-
env:
42-
NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
4344
steps:
4445
- uses: actions/checkout@v4
4546
- name: Run linting

0 commit comments

Comments
 (0)