Skip to content

Commit

Permalink
fdsf
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-kommunicate authored Dec 23, 2024
1 parent 390935e commit e939a76
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
with:
script: |
const downloadUrl = "https://api.github.com/repos/Kommunicate-io/Kommunicate-Android-Chat-SDK/actions/artifacts/2355441843"
var token = ${{ secrets.DOWNLOAD_TOKEN }}
console.log(token);
const authenticatedUrl = `${downloadUrl}?access_token=${token}`;
console.log(${process.env.GITHUB_TOKEN});
const authenticatedUrl = `${downloadUrl}?access_token=${process.env.GITHUB_TOKEN}`;
core.setOutput('artifact_url', authenticatedUrl);
console.log(`Authenticated Artifact URL: ${authenticatedUrl}`);
console.log(`Authenticated Artifact URL: ${authenticatedUrl}`);
env:
GITHUB_TOKEN: ${{ secrets.DOWNLOAD_TOKEN }}

0 comments on commit e939a76

Please sign in to comment.