-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🔍 Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
🐞 Description of the bug
The following step is not used in your CICD:
pyfluent-visualization/.github/workflows/nightly-doc-build.yml
Lines 22 to 28 in d265a34
| # used for documentation deployment | |
| - name: Get Bot Application Token | |
| id: get_workflow_token | |
| uses: peter-murray/workflow-application-token-action@v2 | |
| with: | |
| application_id: ${{ secrets.BOT_APPLICATION_ID }} | |
| application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }} |
# used for documentation deployment
- name: Get Bot Application Token
id: get_workflow_token
uses: peter-murray/workflow-application-token-action@v2
with:
application_id: ${{ secrets.BOT_APPLICATION_ID }}
application_private_key: ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }}Please remove?
📝 Steps to reproduce
NA
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
No response
🐍 Which Python version are you using?
3.7
📦 Installed packages
NAMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working