mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
give it the access token like this maybe
This commit is contained in:
parent
82d094087a
commit
aa6e82e53b
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ pool:
|
||||||
variables:
|
variables:
|
||||||
GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle
|
GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle
|
||||||
BUILD_NUMBER: $(Build.BuildId)
|
BUILD_NUMBER: $(Build.BuildId)
|
||||||
|
ACCESS_TOKEN: $(System.AccessToken)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: Cache@2
|
- task: Cache@2
|
||||||
|
|
|
@ -149,7 +149,7 @@ publishing {
|
||||||
name 'NaturesAura'
|
name 'NaturesAura'
|
||||||
credentials {
|
credentials {
|
||||||
username "Azure DevOps Services"
|
username "Azure DevOps Services"
|
||||||
password System.getenv("Azure DevOps Services_ENV_ACCESS_TOKEN")
|
password System.getenv("ACCESS_TOKEN")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue