mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Update android.yml
This commit is contained in:
parent
4f6822ed97
commit
73dc292a84
1 changed files with 3 additions and 3 deletions
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
|
|
@ -119,15 +119,15 @@ jobs:
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
try {
|
try {
|
||||||
if (!process.env.GITHUB_TOKEN) {
|
if (!process.env.MY_GITHUB_TOKEN) {
|
||||||
console.log('❌ GITHUB_TOKEN is not available. Please check repository secrets.');
|
console.log('❌ GITHUB_TOKEN is not available. Please check repository secrets.');
|
||||||
core.setFailed('GITHUB_TOKEN is missing.');
|
core.setFailed('GITHUB_TOKEN is missing.');
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
console.log(`✅ GITHUB_TOKEN is present: ****${process.env.GITHUB_TOKEN.slice(-4)}`);
|
console.log(`✅ GITHUB_TOKEN is present: ****${process.env.MY_GITHUB_TOKEN.slice(-4)}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
const { data: { artifacts } } = await github.rest.actions.listWorkflowRunArtifacts({
|
const { data: { artifacts } } = await github.rest.actions.listWorkflowRunArtifacts({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue