Skip to content

Commit

Permalink
Replace GH_TOKEN with ORG_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga authored May 12, 2021
1 parent c96d690 commit 0f2e52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: rm dist/studios/**/studio.json
- name: Compress built assets
run: cd dist; zip -r -D ../release.zip *; cd ..
- uses: "marvinpinto/action-automatic-releases@latest"
- uses: "marvinpinto/action-automatic-releases@v1.2.0"
with:
repo_token: "${{ secrets.GH_TOKEN }}"
repo_token: "${{ secrets.ORG_PAT }}"
automatic_release_tag: "latest"
prerelease: false
files: |
Expand Down

0 comments on commit 0f2e52d

Please sign in to comment.