Skip to content

Commit

Permalink
wip: test the usage of serialized dynamic secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jan 8, 2025
1 parent 73f1cee commit 696f090
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/application-js-cloudflare-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ on:
# ZETA_HOUSE_GOOGLE_MAPS_API_KEY:
# required: true

env:
NIX_CONFIG: access-tokens = github.com=${{ secrets.NIXPKGS_PRIVATE_PAT }}

jobs:
# Lint the code
feature-lint:
Expand All @@ -38,8 +41,6 @@ jobs:
permissions:
packages: read
contents: read
env:
NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
steps:
- uses: actions/checkout@v4
- name: Run linting
Expand Down

0 comments on commit 696f090

Please sign in to comment.