Skip to content

Commit e01a157

Browse files
committed
small fix
1 parent 168bfa0 commit e01a157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/edge-api-key-expiry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
check-edge-api-key-expiry:
1313
runs-on: ubuntu-latest
1414
env:
15-
EDGE_API_KEY_EXPIRES_AT: ${{ vars.EDGE_API_KEY_EXPIRES_AT }}
15+
EDGE_API_KEY_EXPIRES_AT: ${{ secrets.EDGE_API_KEY_EXPIRES_AT }}
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)