Skip to content

Commit 7507f29

Browse files
committed
chore: Tentative changes for token
1 parent 51d36ab commit 7507f29

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-project.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
environment:
1010
required: true
1111
type: string
12-
12+
secrets:
13+
personal_access_token:
14+
required: true
1315

1416
jobs:
1517
deploy_project_artifact:
@@ -18,7 +20,7 @@ jobs:
1820
- name: Trigger Deployment Workflow
1921
uses: actions/github-script@v7
2022
with:
21-
github-token: ${{ inputs.zdctoken }}
23+
github-token: ${{ secrets.zdctoken }}
2224
script: |
2325
const environment = `"${{ inputs.environment }}"`;
2426
const project = `"${{ inputs.project }}"`;

0 commit comments

Comments
 (0)