Skip to content

Commit

Permalink
Added automatic DOCKER token + username for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasReich committed Mar 4, 2024
1 parent 21623ce commit ab1e36c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
uses: outoftheboxplugins/BuildMachines/.github/workflows/compile-plugin.yml@master
with:
ue_version: "5.2"
secrets: inherit
secrets:
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}

0 comments on commit ab1e36c

Please sign in to comment.