Skip to content

Commit 1984075

Browse files
committed
WIP
1 parent dad1460 commit 1984075

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/actions/secrets-parse/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ inputs:
1818
runs:
1919
using: composite
2020
steps:
21-
- name: Export Secrets
22-
shell: bash
21+
- shell: bash
2322
env:
2423
SECRETS: ${{ inputs.secrets }}
2524
run: |

.github/workflows/application-js-cloudflare-feature.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,17 @@ jobs:
4646
name: "Feature / Debug"
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: MatrixAI/.github/.github/actions/secrets-parse@feature-workflows
49+
- uses: actions/checkout@v4
50+
with:
51+
repository: MatrixAI/.github
52+
ref: ${{ inputs.ref }}
53+
path: tmp/.github
54+
- uses: ./tmp/.github/.github/actions/secrets-parse
5055
with:
5156
secrets: ${{ secrets.DEPLOY_SECRETS }}
57+
# - uses: MatrixAI/.github/.github/actions/secrets-parse@${{ inputs.ref }}
58+
# with:
59+
# secrets: ${{ secrets.DEPLOY_SECRETS }}
5260
- name: Next Part
5361
run: |
5462
echo $SECRET1

0 commit comments

Comments
 (0)