Skip to content

Commit

Permalink
Revert "Change to use GitHub Token rather than GitHub PAT (#53)" (#54)
Browse files Browse the repository at this point in the history
This reverts commit 9eb8289.
  • Loading branch information
rwedge authored Apr 16, 2021
1 parent 9eb8289 commit 4f539dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
repository: ${{ github.repository }}
branch: main
workflow: tests.yml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.REPO_SCOPED_TOKEN }}
5 changes: 2 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ Changelog
* Documentation Changes
* Update UniversalSentenceEncoder docstring example (:pr:`42`)
* Testing Changes
* Change from GitHub PAT to auto generated GitHub Token for dependency checker (:pr:`53`)


Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`rwedge`
:user:`rwedge`

**v1.1.0** Oct 26, 2020
* Changes
Expand Down

0 comments on commit 4f539dc

Please sign in to comment.