Skip to content

Commit

Permalink
Update secret token in release-notes-sync action (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavithraes authored Apr 27, 2023
1 parent c2bc1fd commit 1cf92c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notes-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Run Release File Sync ♻️
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.NEBARI_SENSEI_API_DOCS_PR_OPENER }}
CONFIG_PATH: .github/release-notes-sync-config.yaml
COMMIT_BODY: "MAINT - Sync release notes :robot:"
PR_LABELS: |
Expand Down

0 comments on commit 1cf92c1

Please sign in to comment.