ansible-collections / amazon.cloud

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

Release tag: use pull_request_target as trigger #107

Closed abikouo closed 1 year ago

abikouo commented 1 year ago

When using pull_request trigger, the workflow does not have access to repository secrets Using pull_request_target allows sharing repository secrets (GH_TOKEN used to perform Github operation) The permissions setting is not needed anymore as we are not using Github-generated token.