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

Commit

Permalink
Merge pull request #280 from pycom/semantic-release
Browse files Browse the repository at this point in the history
chore: prepare for admin hook
  • Loading branch information
Jakob Rosenberg authored Jan 12, 2022
2 parents 4b332aa + f65fa5f commit 5051dea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false

- name: Install Atom
uses: UziTech/action-setup-atom@v2
Expand All @@ -27,4 +30,5 @@ jobs:
run: npm run semantic-release -- --debug
env:
ATOM_ACCESS_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
GH_TOKEN: ${{ secrets.ADMIN_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5051dea

Please sign in to comment.