We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91be17f commit d89012aCopy full SHA for d89012a
.github/workflows/deploy.yml
@@ -12,4 +12,5 @@ jobs:
12
environment: 'live'
13
install_dependencies: true
14
run_build: true
15
- secrets: inherit
+ secrets:
16
+ DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
0 commit comments