Skip to content

Commit 1247be7

Browse files
committed
Add token
1 parent b8f2932 commit 1247be7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Invoke jobs via workflows
6565
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
6666
workflows:
67-
sample: # This is the name of the workflow, feel free to change it to better match your workflow.
67+
build-docs: # This is the name of the workflow, feel free to change it to better match your workflow.
6868
# Inside the workflow, you define the jobs you want to run.
6969
jobs:
7070
- build-docs

.github/workflows/circleci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: GitHub Action step
1616
uses: larsoner/circleci-artifacts-redirector-action@master
1717
with:
18-
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
repo-token: ${{ secrets.CIRCLECI_TOKEN }}
1919
artifact-path: docs/_build/index.html
2020
circleci-jobs: build-docs
2121
job-title: Check the rendered docs here!

0 commit comments

Comments
 (0)