Skip to content

Commit

Permalink
Removed token and acf-docs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Aug 26, 2024
1 parent 9ea546a commit c44a24f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
id: release
with:
token: ${{ secrets.REPO_PAT }} # Use the PAT here
# token: $ {{ secrets.REPO_PAT }} # Use the PAT here
prerelease: ${{ vars.NX_VARIANT == 'BETA' || vars.NX_VARIANT == 'DEV'}}
repository: Dhruv-Techapps/acf-docs
generate_release_notes: true
discussion_category_name: 'Release'
fail_on_unmatched_files: true
Expand Down

0 comments on commit c44a24f

Please sign in to comment.