Skip to content

Commit

Permalink
Merge pull request #5173 from voxel51/kevin/as-218-gh-org-secrets
Browse files Browse the repository at this point in the history
refactor(workflows): replace `secrets.TEAMS_GITHUB_PAT`  with fine grained org secret `RO_FOT_FG_PAT`.
  • Loading branch information
kevin-dimichel authored Nov 21, 2024
2 parents 7785ecd + 43d4e47 commit f3604d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
repository: voxel51/fiftyone-teams
path: fiftyone-teams
token: ${{ secrets.TEAMS_GITHUB_PAT }}
token: ${{ secrets.RO_FOT_FG_PAT }}
ref: main
- name: Set up Python 3.9
uses: actions/setup-python@v5
Expand Down

0 comments on commit f3604d5

Please sign in to comment.