Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcjh committed Apr 9, 2024
1 parent 4c1966f commit 915aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build-push-image:
runs-on: ubuntu-latest
env:
PIPELINE_API_TOKEN: {{ secrets.PIPELINE_API_TOKEN }}
PIPELINE_API_TOKEN: ${{secrets.PIPELINE_API_TOKEN}}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 915aac2

Please sign in to comment.