style: rename workflows
This commit is contained in:
parent
ca313960c4
commit
6494d74ab2
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Lint Workflow
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Release Workflow
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
8
.github/workflows/update.yaml
vendored
8
.github/workflows/update.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Update Workflow
|
name: Update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@ -21,14 +21,14 @@ jobs:
|
|||||||
uses: cachix/cachix-action@v16
|
uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
name: trevstack
|
name: trevstack
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
||||||
# https://github.com/actions/checkout/issues/13
|
# https://github.com/actions/checkout/issues/13
|
||||||
- name: Set Git Config
|
- name: Set Git Config
|
||||||
run: |
|
run: |
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Update
|
- name: Update
|
||||||
run: nix run .#update
|
run: nix run .#update
|
||||||
|
|
||||||
@ -37,5 +37,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
title: Bump deps
|
title: Bump deps
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ servers:
|
|||||||
info:
|
info:
|
||||||
title: Trevstack API
|
title: Trevstack API
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: API for trevstack
|
description: API for Trevstack
|
||||||
contact:
|
contact:
|
||||||
name: Trev
|
name: Trev
|
||||||
email: spam@trev.xyz
|
email: spam@trev.xyz
|
||||||
@ -15,4 +15,4 @@ components:
|
|||||||
scheme: bearer
|
scheme: bearer
|
||||||
bearerFormat: JWT
|
bearerFormat: JWT
|
||||||
security:
|
security:
|
||||||
- bearerAuth: []
|
- bearerAuth: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user