Skip to content

Commit 357067a

Browse files
authoredJul 17, 2022
Update deploy.yml
1 parent 3e2ad2a commit 357067a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
build:
2222
# The type of runner that the job will run on
2323
runs-on: ubuntu-latest
24+
25+
env:
26+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2427

2528
# Steps represent a sequence of tasks that will be executed as part of the job
2629
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.