ci: Remove unnecessary vars

per https://github.com/hashicorp/vagrant-ruby/pull/270#discussion_r867266809
This commit is contained in:
Paul Hinze 2022-05-10 11:14:28 -05:00
parent ca57fb223a
commit afd0346dc1
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -103,6 +103,3 @@ jobs:
steps:
- name: Notify on Success
run: ./.ci/spec/notify-success.sh
env:
HASHIBOT_USERNAME: ${{ secrets.HASHIBOT_USERNAME }}
HASHIBOT_TOKEN: ${{ secrets.HASHIBOT_TOKEN }}