Skip to content

Commit

Permalink
Update PAT naming in sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanw-mlc authored Jan 10, 2025
1 parent 41a94b4 commit 855c6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
keeper-secret-config: ${{ secrets.KSM_CONFIG }}
secrets: |-
oISGH1N1wIEirucX9m5ung/field/Access Token > env:PAT # Fetch PAT and store in environment variable
oISGH1N1wIEirucX9m5ung/field/Access Token > env:INFERENCE_ACCESS_TOKEN # Fetch PAT and store in environment variable
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ env.PAT }} # Use PAT fetched from Keeper
GH_PAT: ${{ env.INFERENCE_ACCESS_TOKEN }} # Use PAT fetched from Keeper
TEAM_REVIEWERS: wg-inference
SKIP_PR: false

0 comments on commit 855c6a3

Please sign in to comment.