Skip to content

Commit

Permalink
test: Test build container image workflow - authorization fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Oct 3, 2023
1 parent 1447a7e commit df365fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ jobs:
uses: waku-org/go-waku/.github/workflows/container-image.yml@test-container-image-workflow
secrets: inherit

dummy-job:
runs-on: ${{ matrix.os }}
steps:
- name: Print something
run: echo "1234"



0 comments on commit df365fe

Please sign in to comment.