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 46ac0a9 commit 73f1cee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/application-js-cloudflare-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
secrets:
GH_TOKEN:
required: true
NIXPKGS_PRIVATE_PAT:
required: true
# CLOUDFLARE_ACCOUNT_ID:
# required: true
# CLOUDFLARE_ZONE_ID:
Expand Down Expand Up @@ -36,6 +38,8 @@ 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 73f1cee

Please sign in to comment.