feat(workflows): Uses the bot token
All checks were successful
build configuration / build_vault01 (push) Successful in 55s
build configuration / build_web02 (push) Successful in 57s
build configuration / build_storage01 (push) Successful in 59s
build configuration / build_web01 (push) Successful in 1m14s
build configuration / build_compute01 (push) Successful in 1m22s
ds-fr update / npins_update (push) Successful in 2m1s

This commit is contained in:
Tom Hubrecht 2024-01-17 17:38:34 +01:00
parent 388f104360
commit 13bd2b301f
2 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,8 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.TEA_DGNUM_CHORES_TOKEN }}
- name: Update DS and open PR if necessary
run: |

View file

@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
depth: 0
token: ${{ secrets.TEA_DGNUM_CHORES_TOKEN }}
#
# - uses: https://github.com/cachix/install-nix-action@v22
# with: