Skip to content

Commit c61e71f

Browse files
author
Alvaro Muñoz
authored
Update build.yml
1 parent f8dd493 commit c61e71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
2626
- name: Run action
2727
if: steps.changes.outputs.src == 'true'
28-
env:
29-
GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
3028
uses: ./
29+
with:
30+
token: ${{ secrets.GHCR_TOKEN }}

0 commit comments

Comments
 (0)