Skip to content

Commit dce1146

Browse files
committed
chore(ci): add go-air to test and fix tokens
1 parent 57a4b65 commit dce1146

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ jobs:
1212
packages: write
1313
steps:
1414
- uses: actions/checkout@v4
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
1715

1816
- name: "Publish Features"
1917
uses: devcontainers/action@v1
2018
with:
2119
publish-features: "true"
2220
base-path-to-features: "./src"
2321
generate-docs: "true"
24-
2522
env:
26-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2724

2825
- name: Create PR for Documentation
2926
id: push_image_info

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
matrix:
3535
features:
3636
- lefthook
37+
- go-air
3738
steps:
3839
- uses: actions/checkout@v4
3940

0 commit comments

Comments
 (0)