Skip to content

Commit 3aad18c

Browse files
committed
Adjust validate workflow to pass missing token
1 parent 2b59841 commit 3aad18c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

files/workflows/validate-session.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ jobs:
7171
# project and public_repo scope.
7272
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
7373
GH_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
74+
75+
# Information about the authentication token for the calendar
76+
# endpoint. The token must obviously be stored as a secret!
77+
W3C_TOKEN: ${{ secrets.W3C_TOKEN }}

0 commit comments

Comments
 (0)