Skip to content

Commit

Permalink
Update Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Sep 25, 2024
1 parent 9815891 commit 9cfb96f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .SFLB.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@versionFormat Year.Month.Day.TodayNumberOfCommits
@CIusername PolishRoboDog
@CIemail 35114429+PolishRoboDog@users.noreply.github.com
@CIusername artemis-sedai[bot]
@CIemail 181232677+artemis-sedai[bot]@users.noreply.github.com
@tz Poland
7 changes: 6 additions & 1 deletion .github/workflows/updateDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_HELPER_ID }}
private-key: ${{ secrets.PRIVATE_APP_HELPER_KEY }}
- env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
GIT_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
./scripts/build.py

0 comments on commit 9cfb96f

Please sign in to comment.