Skip to content

Commit 4a4d52f

Browse files
committed
build: add github_token as input
add github_token as input Signed-off-by: Gabriel Mocanu <gabi.mocanu98@gmail.com>
1 parent 81bed7a commit 4a4d52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-session-01.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
makefile: "chapters/web-application-security/web-basics/drills/cockroach/deploy"
2424
dockerfile: "chapters/web-application-security/web-basics/drills/cockroach/deploy/Dockerfile"
2525
context: "chapters/web-application-security/web-basics/drills/cockroach"
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
2627
image: "cockroach"
2728
image_tag: "latest"

0 commit comments

Comments
 (0)