Skip to content

Commit 9f7c539

Browse files
GHA-206 Make GITHUB_TOKEN available in post update step in update-rule-metadata (#110)
1 parent 86b6687 commit 9f7c539

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update-rule-metadata/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ runs:
188188
- name: Run Post Update Script
189189
if: ${{ inputs.post-update }}
190190
shell: bash
191+
env:
192+
GITHUB_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
191193
run: ${{ inputs.post-update }}
192194

193195
- name: Remove rule-api jar

0 commit comments

Comments
 (0)