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
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.TEA_DGNUM_CHORES_TOKEN }}
|
||||||
|
|
||||||
- name: Update DS and open PR if necessary
|
- name: Update DS and open PR if necessary
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -14,6 +14,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
depth: 0
|
depth: 0
|
||||||
|
token: ${{ secrets.TEA_DGNUM_CHORES_TOKEN }}
|
||||||
#
|
#
|
||||||
# - uses: https://github.com/cachix/install-nix-action@v22
|
# - uses: https://github.com/cachix/install-nix-action@v22
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Reference in a new issue