Skip to content

Commit e63e38c

Browse files
committed
dis and env
1 parent faf5612 commit e63e38c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
accountId: 2238a825c5aca59233eab1f221f7aefb
5353
command: pages deploy ./web/.svelte-kit/cloudflare --project-name=sprinter-poc --branch=${{ env.CF_BRANCH_NAME }}
5454
- name: Create deployment for docs
55+
env:
56+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5557
run: |
5658
gh api repos/${{ github.repository }}/deployments \
5759
-X POST \
@@ -61,6 +63,8 @@ jobs:
6163
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
6264
6365
- name: Create deployment for POC
66+
env:
67+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6468
run: |
6569
gh api repos/${{ github.repository }}/deployments \
6670
-X POST \

0 commit comments

Comments
 (0)