Skip to content

Commit 529315d

Browse files
committed
fix: CI pipeline authorization
1 parent 15ca69a commit 529315d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ env:
1010
CARGO_TERM_COLOR: always
1111
DRIVER_URL: ${{ github.event.client_payload.driver_url || vars.DRIVER_URL }}
1212
DRIVER_VERSION: ${{ github.event.client_payload.driver_version || vars.DRIVER_VERSION || 'stub' }}
13-
DRIVER_URL_AUTHORIZATION: ${{ github.event.client_payload.driver_authorization || vars.DRIVER_URL_AUTHORIZATION }}
1413

1514
jobs:
1615
build:

0 commit comments

Comments
 (0)