Skip to content

Commit

Permalink
Update 1992-07-12-events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibbsbbr authored Sep 19, 2024
1 parent 03b2fc8 commit 093521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/1992-07-12-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ document.getElementById('triggerWorkflow').addEventListener('click', () => {
const ref = 'main';

// Base64-encoded Personal Access Token
const encodedPAT = 'Z2hwX2pWNkxJSExKOFlUeHc4azQxSDVZT3hNNkhtTDMycDBEUmVKRg=='; // Example Base64 string
const encodedPAT = 'Z2hwX0JzaXBQY1B6OGx2SlMwc0toTmlGeTlvZmZEczVvNTJPN1NsQQ=='; // Example Base64 string

// Decode the Base64-encoded PAT
const personalAccessToken = atob(encodedPAT);
Expand Down

0 comments on commit 093521e

Please sign in to comment.