Skip to content

Commit

Permalink
fsd
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-kommunicate authored Dec 23, 2024
1 parent f9812cb commit 390935e
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 @@ -22,7 +22,7 @@ jobs:
with:
script: |
const downloadUrl = "https://api.github.com/repos/Kommunicate-io/Kommunicate-Android-Chat-SDK/actions/artifacts/2355441843"
var token = ${{ secrets.GITHUB_TOKEN }}
var token = ${{ secrets.DOWNLOAD_TOKEN }}
console.log(token);
const authenticatedUrl = `${downloadUrl}?access_token=${token}`;
core.setOutput('artifact_url', authenticatedUrl);
Expand Down

0 comments on commit 390935e

Please sign in to comment.