Testing
This commit is contained in:
parent
4226464c2c
commit
5660581605
1 changed files with 5 additions and 5 deletions
|
@ -13,19 +13,19 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
token: ${{ secrets.GLOBAL_FORGEJO_TOKEN }}
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GLOBAL_FORGEJO_TOKEN }}
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
- name: Install Nix
|
||||
uses: actions/nix-installer-action@main
|
||||
with:
|
||||
token: ${{ secrets.GLOBAL_FORGEJO_TOKEN }}
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
- name: Update flake.lock
|
||||
uses: actions/update-flake-lock@main
|
||||
with:
|
||||
token: ${{ secrets.GLOBAL_FORGEJO_TOKEN }}
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
pr-title: "Update flake.lock"
|
||||
pr-labels: |
|
||||
dependencies
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
- uses: actions/gotify-action@master
|
||||
if: always()
|
||||
with:
|
||||
token: ${{ secrets.GLOBAL_FORGEJO_TOKEN }}
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
gotify_api_base: ${{ secrets.GOTIFY_URL }}
|
||||
gotify_app_token: ${{ secrets.GOTIFY_TOKEN }}
|
||||
notification_title: |
|
||||
|
|
Loading…
Add table
Reference in a new issue