Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
use gha app token instead of GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
c-p-b committed Sep 21, 2023
1 parent a30456d commit 05c8070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
pip install poetry
- name: aircmd core ci
env: #TODO: Don't use GHA secrets for this
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_SHA: ${{ github.sha }}
GITHUB_TOKEN: ${{ secrets.OCTAVIA_BOT_GHA_APP_TOKEN }}
GITHUB_EVENT_PATH: ${{ github.event_path }}
SECRET_DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
SECRET_DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down

0 comments on commit 05c8070

Please sign in to comment.