Eagles-DevOps / MiniTwit

2 stars 2 forks source link

Ability to merge DOCS to main. #191

Closed Romes8 closed 7 months ago

Romes8 commented 8 months ago

Crete and action that will be able to push the DOCS folder to the main without the need to create a PR.

There is a BOT user that should be able to push to the main without the need of PR. That can be one way how to approach this.

Another tip can be seen in deployment file for the automated release where we state the permission for that specific action:

permissions:
    actions: write
    contents: write
    deployments: write
    packages: write
    repository-projects: write
Romes8 commented 8 months ago

New approach was suggested in #193

Romes8 commented 7 months ago

Using Wiki for storing all the docs. see issue #193.

Closing this issue as it was as another approach was chosen.