Skip to content

Commit 388eb7a

Browse files
author
Marc-Andre Giroux
committed
pass token
1 parent b90f78b commit 388eb7a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/linter.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: Lint OpenAPI Descriptions
44
on:
55
push:
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
build:
11-
name: Super Linter
11+
name: Lint OpenAPI Descriptions
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Code
@@ -27,5 +27,4 @@ jobs:
2727
uses: stoplightio/[email protected]
2828
with:
2929
file_glob: descriptions/**/*.yaml
30-
env:
31-
INPUT_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)