Skip to content

Commit

Permalink
modified workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wellflat committed Apr 10, 2024
1 parent e7cee77 commit ff9525c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
id: generate_token
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
repositories: "${{ github.repository }}"

- name: Use token
run: echo "$GITHUB_TOKEN"
Expand Down

0 comments on commit ff9525c

Please sign in to comment.