diff --git a/.gitea/workflows/rooted/web/build/action.yaml b/.gitea/workflows/rooted/web/build/action.yaml index fc71418..439623a 100644 --- a/.gitea/workflows/rooted/web/build/action.yaml +++ b/.gitea/workflows/rooted/web/build/action.yaml @@ -24,24 +24,15 @@ inputs: required: false default: "https://gitea.lab.mikayla.dev" -env: - MONGO_URI: $INPUT_MONGO_URI - DB_NAME: $INPUT_DB_NAME - GITHUB_SERVER_URL: $INPUT_GITHUB_SERVER_URL - REPOSITORY: $INPUT_REPOSITORY - GCP_CLIENT_ID: ${{ secrets.GCP_CLIENT_ID }} - GCP_CLIENT_SECRET: ${{ secrets.GCP_CLIENT_SECRET }} - NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }} - runs: using: "composite" steps: - name: Checkout uses: actions/checkout@v4 with: - github-server-url: $GITHUB_SERVER_URL - repository: $INPUT_REPOSITORY - ref: $INPUT_BRANCH + github-server-url: ${{ gitea.event.inputs.github-server-url }} + repository: ${{ gitea.event.inputs.repository }} + ref: ${{ gitea.event.inputs.branch }} - name: Install Dependencies run: |