Skip to content

Commit e9da406

Browse files
authored
ci: set proper secret for lint pr job (#52)
Signed-off-by: Aubin Lambaré <aubin.lambare@cs-soprasteria.com>
1 parent 398addb commit e9da406

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-pr-title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
name: Validate PR title
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: amannn/action-semantic-pull-request@v5
19+
- uses: amannn/action-semantic-pull-request@v6
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.SEM_PR_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)