diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4bf22d1..4bfa612 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pull-request-action - uses: vsoch/pull-request-action@master + uses: vsoch/pull-request-action@bearer env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH_PREFIX: "update/" diff --git a/README.md b/README.md index 6f4152b..267b6dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Pull Request Action Example -This is an example to test the [pull-request-action](https://github.com/vsoch/pull-request-action). To see the example workflow, look in [.github/workflows](.github/workflows). +This is an example to test the [pull-request-action](https://github.com/vsoch/pull-request-action). +To see the example workflow, look in [.github/workflows](.github/workflows). To see full details of the action, see the repository linked above.