forked from DGNum/infrastructure
feat(workflows): Uses the bot token
This commit is contained in:
parent
388f104360
commit
13bd2b301f
2 changed files with 3 additions and 0 deletions
|
@ -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: |
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue