Skip to content

Commit a268624

Browse files
authored
chore: change personal access token to github token (#1073)
1 parent ad17d9c commit a268624

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docs.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout 🛎️
12-
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.
13-
with:
14-
persist-credentials: false
12+
uses: actions/checkout@v2
1513

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

0 commit comments

Comments
 (0)