Skip to content

Commit

Permalink
Use the correct token credential
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jun 12, 2024
1 parent ebc1ec0 commit 6af21e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build_ami/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
uses: dawidd6/action-download-artifact@v3
if: ${{ inputs.operator_release == '' }}
with:
github_token: ${{ github.token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
repo: IABTechLab/uid2-operator
name: 'aws-${{ inputs.identity_scope }}-deployment-files-.*'
name_is_regexp: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-uid2-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
identity_scope: uid2
eif_repo_owner: ${{ env.REPO_OWNER }}
eif_repo_name: ${{ env.REPO_NAME }}
eif_repo_token: ${{ secrets.TEST_PAT }}
eif_repo_token: ${{ secrets.GHCR_PAT }}
operator_release: ${{ inputs.operator_release }}
operator_run_number: ${{ inputs.operator_run_number }}
operator_branch: ${{ inputs.operator_branch }}
Expand Down

0 comments on commit 6af21e9

Please sign in to comment.