ansible-collections / amazon.cloud

Ansible Collection for Amazon AWS' Cloud Control API
GNU General Public License v3.0
12 stars 12 forks source link

use GH_TOKEN as GITHUB_TOKEN when creating release branch #77

Closed abikouo closed 1 year ago

abikouo commented 1 year ago

Github actions cannot be triggered when default GITHUB_TOKEN is used to perform repository actions like (creating pull request, labeling pull requests or any other event which may trigger actions), in order to fix that we are using the Repository secrets GH_TOKEN as GITHUB token, same as the workflow release-tag.yaml