Skip to content

Commit

Permalink
chore: change personal access token to github token (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed May 18, 2020
1 parent ad17d9c commit a268624
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
uses: actions/checkout@v2

- name: Install and Build 🔧
run: |
Expand All @@ -22,6 +20,6 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: packages/opentelemetry-api/docs/out # The folder the action should deploy.

0 comments on commit a268624

Please sign in to comment.