Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Nov 17, 2023
1 parent be95834 commit cb54513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/trigger_workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const getLatestVersion = async () => {
}

const imageExists = async (version) => {
const token = await getToken();
const req = await fetch(`https://ghcr.io/v2/popsql/prestodb-sandbox/manifests/${version}`, {
headers: {
Authorization: `Bearer ${ghToken}`
Expand Down

0 comments on commit cb54513

Please sign in to comment.