diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68f5045..d882183 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,5 +75,15 @@ jobs: args: ${{ matrix.release.project }} ${{ matrix.release.name }} local: ${{ inputs.local }} verbosity: ${{ inputs.verbosity }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Release Temp + uses: input-output-hk/catalyst-forge/actions/run@master + if: matrix.release.project == './tools/argocd' + with: + command: release + args: --force ${{ matrix.release.project }} ${{ matrix.release.name }} + local: ${{ inputs.local }} + verbosity: ${{ inputs.verbosity }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/tools/argocd/Earthfile b/tools/argocd/Earthfile index c5e438b..fc4fab5 100644 --- a/tools/argocd/Earthfile +++ b/tools/argocd/Earthfile @@ -20,7 +20,7 @@ docker: ARG TARGETARCH ARG USERPLATFORM - RUN useradd -m argocd + RUN useradd -m -u 999 argocd USER argocd WORKDIR /home/argocd