File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 if : needs.formalities.result == 'success'
2626 env :
2727 # Token needs actions: write
28- TOKEN : ${{ secrets.FORMAL_TOKEN }}
28+ TOKEN : ${{ secrets.DEFAULT_TOKEN }}
2929 API_URL : https://api.github.com/repos/${{ github.repository }}/actions/workflows/multi-arch-test-build.yml/dispatches
3030 BASE_REF : ${{ github.base_ref }}
3131 # Workflow is running in target context, so we need to get head ref
5353 if : needs.formalities.result == 'failure'
5454 env :
5555 # Token needs actions: write
56- TOKEN : ${{ secrets.FORMAL_TOKEN }}
56+ TOKEN : ${{ secrets.DEFAULT_TOKEN }}
5757 API_URL : https://api.github.com/repos/${{ github.repository }}/actions/workflows/check.yml/dispatches
5858 BASE_REF : ${{ github.base_ref }}
5959 # Workflow is running in target context, so we need to get head ref
You can’t perform that action at this time.
0 commit comments