diff --git a/.github/workflows/pesde.yml b/.github/actions/setup-pesde/action.yml similarity index 100% rename from .github/workflows/pesde.yml rename to .github/actions/setup-pesde/action.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77002f3..7a51774 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: cache: true - name: Install pesde - uses: ./.github/workflows/pesde.yml + uses: ./.github/actions/setup-pesde with: pesde-token: ${{ secrets.PESDE_TOKEN }} @@ -45,7 +45,7 @@ jobs: cache: true - name: Install pesde - uses: ./.github/workflows/pesde.yml + uses: ./.github/actions/setup-pesde with: pesde-token: ${{ secrets.PESDE_TOKEN }} @@ -68,7 +68,7 @@ jobs: cache: true - name: Install pesde - uses: ./.github/workflows/pesde.yml + uses: ./.github/actions/setup-pesde with: pesde-token: ${{ secrets.PESDE_TOKEN }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2fd9ffe..015a6ee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Install pesde - uses: ./.github/workflows/pesde.yml + uses: ./.github/actions/setup-pesde with: pesde-token: ${{ secrets.PESDE_TOKEN }}