Skip to content

Commit

Permalink
add tokento CI flows
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Feb 6, 2025
1 parent 7f38e36 commit af83a95
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: false
submodules: "recursive"
lfs: false
fetch-depth: 0
token: ${{secrets.COMPANYSTYLESHEET_ACCESS_TOKEN}} # expires 2026-02-01
# https://github.com/Hochfrequenz/fristenkalender-frontend/settings/secrets/actions/COMPANYSTYLESHEET_ACCESS_TOKEN
# PAT has repo scope
- name: Set build and release information
id: build_release_info
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: false
submodules: "recursive"
lfs: false
token: ${{secrets.COMPANYSTYLESHEET_ACCESS_TOKEN}} # expires 2026-02-01
# https://github.com/Hochfrequenz/fristenkalender-frontend/settings/secrets/actions/COMPANYSTYLESHEET_ACCESS_TOKEN
# PAT has repo scope
- name: Set build and release information
id: build_release_info
run: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

submodules: "recursive"
lfs: false
token: ${{secrets.COMPANYSTYLESHEET_ACCESS_TOKEN}} # expires 2026-02-01
# https://github.com/Hochfrequenz/fristenkalender-frontend/settings/secrets/actions/COMPANYSTYLESHEET_ACCESS_TOKEN
# PAT has repo scope
- uses: actions/setup-node@v4
with:
node-version: "20.13"
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 1

submodules: "recursive"
lfs: false
token: ${{secrets.COMPANYSTYLESHEET_ACCESS_TOKEN}} # expires 2026-02-01
# https://github.com/Hochfrequenz/fristenkalender-frontend/settings/secrets/actions/COMPANYSTYLESHEET_ACCESS_TOKEN
# PAT has repo scope
- uses: actions/setup-node@v4
with:
node-version: "20.13"
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

submodules: "recursive"
lfs: false
token: ${{secrets.COMPANYSTYLESHEET_ACCESS_TOKEN}} # expires 2026-02-01
# https://github.com/Hochfrequenz/fristenkalender-frontend/settings/secrets/actions/COMPANYSTYLESHEET_ACCESS_TOKEN
# PAT has repo scope
- uses: actions/setup-node@v4
with:
node-version: "20.13"
Expand Down

0 comments on commit af83a95

Please sign in to comment.