@@ -75,12 +75,12 @@ jobs:
7575 # sbom: true
7676 # tags: ${{ steps.meta.outputs.tags }}
7777 # labels: ${{ steps.meta.outputs.labels }}
78- - name : Get github app token
79- uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
80- id : gh-app-token
81- with :
82- app-id : ${{ vars.GH_APP_ID }}
83- private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
78+ # - name: Get github app token
79+ # uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
80+ # id: gh-app-token
81+ # with:
82+ # app-id: ${{ vars.GH_APP_ID }}
83+ # private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
8484 # - name: Attest
8585 # uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
8686 # id: attest
@@ -110,27 +110,6 @@ jobs:
110110 # echo "Image tags: ${{ steps.meta.outputs.tags }}" >> "${GITHUB_STEP_SUMMARY}"
111111 # echo "Image labels: ${{ steps.meta.outputs.labels }}" >> "${GITHUB_STEP_SUMMARY}"
112112
113- - name : List workflows in openzeppelin-relayer-infra
114- uses : actions/github-script@v6
115- with :
116- github-token : ${{ secrets.TEMP_TOKEN }}
117- script : |
118- const res = await github.rest.actions.listRepoWorkflows({
119- owner: 'OpenZeppelin',
120- repo: 'ui-builder',
121- });
122-
123- console.log('Workflows visible to this token:');
124- for (const wf of res.data.workflows) {
125- console.log({
126- id: wf.id,
127- name: wf.name,
128- path: wf.path,
129- state: wf.state,
130- });
131- }
132-
133-
134113 - name : Trigger external workflows
135114 uses : actions/github-script@v6
136115 with :
0 commit comments