Skip to content

Commit 327ef1a

Browse files
committed
add env
1 parent ffaea9d commit 327ef1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cloudflare.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
run:
1111
runs-on: ubuntu-latest
12+
env:
13+
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
14+
APP_ENV: prod
1215

1316
steps:
1417
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)