Skip to content

Commit cbb8560

Browse files
authored
Merge pull request #72 from PostHog/Piccirello-patch-1
chore(ci): switch to GitHub's official create-app-token action
2 parents 71f94a1 + f6db091 commit cbb8560

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- name: Get app token
2020
id: app-token
21-
uses: PostHog/create-app-token@main
21+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2222
with:
23-
app_id: ${{ secrets.GH_APP_POSTHOG_ELIXIR_RELEASER_APP_ID }}
24-
private_key: ${{ secrets.GH_APP_POSTHOG_ELIXIR_RELEASER_PRIVATE_KEY }}
23+
app-id: ${{ secrets.GH_APP_POSTHOG_ELIXIR_RELEASER_APP_ID }}
24+
private-key: ${{ secrets.GH_APP_POSTHOG_ELIXIR_RELEASER_PRIVATE_KEY }}
2525

2626
- name: Check out repository
2727
uses: actions/checkout@v6

0 commit comments

Comments
 (0)