Skip to content

Commit

Permalink
feat: use gh access token
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaudry committed Oct 7, 2024
1 parent 9b51dde commit 6bbf2e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
specFilename: tests/exampleSpec.yaml
format: yaml
accessToken: ${{ secrets.GH_PAT }}
accessToken: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.idea

0 comments on commit 6bbf2e1

Please sign in to comment.