diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 90977a1..fcc5bb3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,9 @@ jobs: uses: actions/checkout@v4 with: ref: main + - uses: ./.github/actions/aqua + with: + github_token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry