Skip to content

Commit

Permalink
ci: trying with renaming the token
Browse files Browse the repository at this point in the history
  • Loading branch information
dirodriguezm committed Jan 19, 2024
1 parent 8444b89 commit be3eeb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry-tests-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
type: string
default: "--all-extras"
secrets:
GH_TOKEN:
ADMIN_TOKEN:
required: false
description: 'A github PAT that enables installation of package from private repo'
TEST_BALTO_MODEL_PATH:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'true'
token: ${{secrets.GH_TOKEN}}
token: ${{secrets.ADMIN_TOKEN}}
persist_credentials: false
- name: Install poetry
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/xmatch_step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.10"
test-folder: "tests/unittest"
secrets:
GH_TOKEN: "${{ secrets.ADMIN_TOKEN }}"
ADMIN_TOKEN: "${{ secrets.ADMIN_TOKEN }}"
xmatch_step_integration:
uses: ./.github/workflows/poetry-tests-template.yaml
with:
Expand All @@ -31,7 +31,7 @@ jobs:
test-folder: "tests/integration"
codecov-flags: "" # Do not upload
secrets:
GH_TOKEN: "${{ secrets.ADMIN_TOKEN }}"
ADMIN_TOKEN: "${{ secrets.ADMIN_TOKEN }}"

build-xmatch-dagger:
uses: ./.github/workflows/template_build_with_dagger.yaml
Expand All @@ -40,4 +40,4 @@ jobs:
stage: staging
extra-args: xmatch_step --dry-run
secrets:
GH_TOKEN: ${{ secrets.ADMIN_TOKEN }}
ADMIN_TOKEN: ${{ secrets.ADMIN_TOKEN }}

0 comments on commit be3eeb8

Please sign in to comment.