Skip to content

Commit 4222f7c

Browse files
committed
DROP: rename token variable
1 parent cf17534 commit 4222f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

0 commit comments

Comments
 (0)