Skip to content

Commit

Permalink
Add docs for expiring token (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Jan 2, 2024
1 parent d3d8927 commit 60c60bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate_ts_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
- name: Push ts_models content to type script models repo
uses: cpina/[email protected]
env:
API_TOKEN_GITHUB: ${{ secrets.TS_MODELS_PUSH_TOKEN }} # this token expires on 2023-12-15
API_TOKEN_GITHUB: ${{ secrets.TS_MODELS_PUSH_TOKEN }} # this token expires on 2024-12-15
# token with repo scope
# https://github.com/Hochfrequenz/BO4E-dotnet/settings/secrets/actions/TS_MODELS_PUSH_TOKEN
# Regenerate token: https://github.com/settings/tokens/1078258383/regenerate
# Update secret with regenerated token: https://github.com/Hochfrequenz/BO4E-dotnet/settings/secrets/actions/TS_MODELS_PUSH_TOKEN
with:
source-directory: "ts_models"
target-directory: "src"
Expand Down

0 comments on commit 60c60bb

Please sign in to comment.