We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d49867 commit e830350Copy full SHA for e830350
1 file changed
.github/workflows/release-docker.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: List workflows in openzeppelin-relayer-infra
114
uses: actions/github-script@v6
115
with:
116
- github-token: ${{ steps.gh-app-token.outputs.token }}
+ github-token: ${{ secrets.TEMP_TOKEN }}
117
script: |
118
const res = await github.rest.actions.listRepoWorkflows({
119
owner: 'OpenZeppelin',
@@ -134,7 +134,7 @@ jobs:
134
- name: Trigger external workflows
135
136
137
138
139
await github.rest.actions.createWorkflowDispatch({
140
0 commit comments