We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240767a commit 72af017Copy full SHA for 72af017
.github/workflows/docker-image.yml
@@ -17,4 +17,5 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Build the Docker image
20
- run: docker build . --file Dockerfile --tag ghcr.io/fails-components/notepadhandler:$(date +%s)
+ run: export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}; docker build . --file Dockerfile --secret id=GH_TOKEN --tag ghcr.io/fails-components/notepadhandler:$(date +%s)
21
+
0 commit comments