Skip to content

Commit

Permalink
Use correct secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wong committed Oct 9, 2024
1 parent bac1c41 commit 3c464e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/alpaka_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
concurrencyGroup: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.flavor }}
runs-on: '["ubuntu-latest"]'
secrets:
ANDROID_JENKINS_PAT: ${{ secrets.ANDROID_JENKINS_PAT }}
ANDROID_JENKINS_PAT: ${{ secrets.GITHUB_TOKEN }}
UB_ARTIFACTORY_URL_ANDROID: ${{ secrets.UB_ARTIFACTORY_URL_ANDROID }}
UB_ARTIFACTORY_USER: ${{ secrets.UB_ARTIFACTORY_USER }}
UB_ARTIFACTORY_PASSWORD: ${{ secrets.UB_ARTIFACTORY_PASSWORD }}
ALPAKA_UPLOAD_KEY: ${{ secrets.ALPAKA_UPLOAD_KEY }}
self_hosted_cache_access_key: ${{ secrets.self_hosted_cache_access_key }}
self_hosted_cache_secret_key: ${{ secrets.self_hosted_cache_secret_key }}

0 comments on commit 3c464e9

Please sign in to comment.