diff --git a/.github/steps/5-trigger.md b/.github/steps/5-trigger.md index 92ab299..495b555 100644 --- a/.github/steps/5-trigger.md +++ b/.github/steps/5-trigger.md @@ -16,6 +16,7 @@ Your new action will run any time a pull request has been opened. ### :keyboard: Activity: Trigger the workflow +1. Click the **Settings** tab for your repository. In the left panel, click **Actions** then **General**. Under "Workflow permissions," make sure that **Read and write permissions** is selected. This allows your workflows to write to this repository. 1. Make a new branch named `test-workflow`. 1. Commit any change to your branch, such as adding an emoji to your README.md file. 1. Create the pull request on your branch.