We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b59841 commit 3aad18cCopy full SHA for 3aad18c
files/workflows/validate-session.yml
@@ -71,3 +71,7 @@ jobs:
71
# project and public_repo scope.
72
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
73
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