File tree Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1919 - name : readme/update
2020 shell : bash
2121 env :
22- GITHUB_TOKEN : " ${{ secrets.GITHUB_BOT_TOKEN }}"
22+ GITHUB_TOKEN : " ${{ secrets.GH_BOT_TOKEN }}"
2323 run : |
2424 make init
2525 make readme/deps
3131 labels : |
3232 automated pr
3333 readme
34- token : ${{ secrets.GITHUB_BOT_TOKEN }}
34+ token : ${{ secrets.GH_BOT_TOKEN }}
3535 commit-message : " docs(README): auto update all sections"
3636 title : Automatic Update of README.md
3737 body : |-
Original file line number Diff line number Diff line change 3434 - name : Run Shellcheck
3535 uses : reviewdog/action-shellcheck@v1
3636 with :
37- github_token : ${{ secrets.GITHUB_BOT_TOKEN }}
37+ github_token : ${{ secrets.GH_BOT_TOKEN }}
3838 reporter : github-pr-review
3939
Original file line number Diff line number Diff line change 2525 @semantic-release/git
2626 @semantic-release/changelog
2727 env :
28- GITHUB_TOKEN : ${{ secrets.GITHUB_BOT_TOKEN }}
28+ GITHUB_TOKEN : ${{ secrets.GH_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1- terraform {
2- required_version = " >= 0.12"
3-
4- backend "local" {}
5- }
6-
71provider "aws" {
82 region = " eu-central-1"
93}
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ terraform {
1313 source = " hashicorp/random"
1414 }
1515 }
16- required_version = " >= 0.13"
16+ required_version = " ~> 0.13"
1717}
You can’t perform that action at this time.
0 commit comments