Skip to content

Commit ad65a62

Browse files
committed
Fix W3C token name in calendar workflow
1 parent bb1bbd2 commit ad65a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/workflows/update-calendar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555

5656
# Information about the authentication token for the calendar
5757
# endpoint. The token must obviously be stored as a secret!
58-
W3C_TOKEN: ${{ secrets.W3C_PASSWORD }}
58+
W3C_TOKEN: ${{ secrets.W3C_TOKEN }}

0 commit comments

Comments
 (0)