Skip to content

Commit d89012a

Browse files
authored
Update deploy.yml
1 parent 91be17f commit d89012a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
environment: 'live'
1313
install_dependencies: true
1414
run_build: true
15-
secrets: inherit
15+
secrets:
16+
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)