Skip to content

Commit 85cf8f5

Browse files
committed
DROP: rename token variable
1 parent de66610 commit 85cf8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/formal.yml

Lines changed: 2 additions & 2 deletions
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
@@ -53,7 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)