Skip to content

Commit

Permalink
fix: use correct token
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Apr 6, 2023
1 parent 37a4203 commit 452c9ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
if: github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_BASIC }}
steps:
- name: 🧾 Checkout
uses: actions/checkout@v3

- name: 📦 Release On Push
uses: rymndhng/release-on-push-action@master
with:
Expand Down

0 comments on commit 452c9ac

Please sign in to comment.