Skip to content

Commit

Permalink
chore(IDX): remove custom token (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Nov 28, 2024
1 parent 7c14c8a commit 20ac717
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
# This image is based on ubuntu:20.04
container: ghcr.io/dfinity/dre/actions-runner:3dd4f38f076cad73fdcc68ad37fd29bed4fa3e4d
steps:
- name: Create GitHub App Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}
private-key: ${{ secrets.PR_AUTOMATION_BOT_PUBLIC_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
fetch-depth: 2
Expand All @@ -47,7 +41,7 @@ jobs:
- name: "🚀 Building"
uses: ./.github/workflows/build
with:
GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: "🚀 Testing"
env:
STAGING_PRIVATE_KEY_PEM: "${{ secrets.STAGING_PRIVATE_KEY_PEM }}"
Expand Down

0 comments on commit 20ac717

Please sign in to comment.