diff options
author | Jan Macku <jamacku@redhat.com> | 2021-09-30 12:29:49 +0200 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2021-09-30 16:36:29 +0200 |
commit | f90b19b31b3583e8c2863523f71eefc992615e96 (patch) | |
tree | 24c11f86258df0d59be6216e615c1400a5b9127c | |
parent | 88022a66c5f15311101bf9a50267087acff35f1b (diff) | |
download | initscripts-f90b19b31b3583e8c2863523f71eefc992615e96.tar initscripts-f90b19b31b3583e8c2863523f71eefc992615e96.tar.gz initscripts-f90b19b31b3583e8c2863523f71eefc992615e96.tar.bz2 initscripts-f90b19b31b3583e8c2863523f71eefc992615e96.tar.xz initscripts-f90b19b31b3583e8c2863523f71eefc992615e96.zip |
ci: Use default github-token (#395)
-rw-r--r-- | .github/workflows/shellcheck_test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/shellcheck_test.yml b/.github/workflows/shellcheck_test.yml index 47dbaea1..71cbc48d 100644 --- a/.github/workflows/shellcheck_test.yml +++ b/.github/workflows/shellcheck_test.yml @@ -40,7 +40,6 @@ jobs: if: always() uses: actions/github-script@v5 with: - github-token: ${{ secrets.GITHUB_TOKEN }} # Colored GH comments: https://stackoverflow.com/a/39413824 script: | github.rest.issues.createComment({ |