Skip to content

Commit e830350

Browse files
committed
chore: test trigger of external workflow
1 parent 1d49867 commit e830350

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: List workflows in openzeppelin-relayer-infra
114114
uses: actions/github-script@v6
115115
with:
116-
github-token: ${{ steps.gh-app-token.outputs.token }}
116+
github-token: ${{ secrets.TEMP_TOKEN }}
117117
script: |
118118
const res = await github.rest.actions.listRepoWorkflows({
119119
owner: 'OpenZeppelin',
@@ -134,7 +134,7 @@ jobs:
134134
- name: Trigger external workflows
135135
uses: actions/github-script@v6
136136
with:
137-
github-token: ${{ steps.gh-app-token.outputs.token }}
137+
github-token: ${{ secrets.TEMP_TOKEN }}
138138
script: |
139139
await github.rest.actions.createWorkflowDispatch({
140140
owner: 'OpenZeppelin',

0 commit comments

Comments
 (0)