Skip to content

Commit

Permalink
vc
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-kommunicate authored Dec 23, 2024
1 parent e939a76 commit a828677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const downloadUrl = "https://api.github.com/repos/Kommunicate-io/Kommunicate-Android-Chat-SDK/actions/artifacts/2355441843"
const downloadUrl = "https://api.github.com/repos/Kommunicate-io/Kommunicate-Android-Chat-SDK/actions/artifacts/2355441843";
console.log(${process.env.GITHUB_TOKEN});
const authenticatedUrl = `${downloadUrl}?access_token=${process.env.GITHUB_TOKEN}`;
core.setOutput('artifact_url', authenticatedUrl);
Expand Down

0 comments on commit a828677

Please sign in to comment.