mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
security: drop tj-actions/changed-files
I've manually audited our usage and it doesn't look like credentials were printed anywhere, but before they do for another PR, just remove the usage. If this ends up failing CI, thats also fine, I'll just remove packer validation and manually run it if that file changes.
This commit is contained in:
committed by
GitHub
parent
2e012cee38
commit
506763ad17
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@@ -56,15 +56,9 @@ jobs:
|
||||
run: "make image/init/digitalocean"
|
||||
env:
|
||||
PACKER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Get changed files in the docs folder
|
||||
id: changed-files-specific
|
||||
uses: tj-actions/changed-files@v45.0.8
|
||||
with:
|
||||
files: contrib/images/digitalocean/**
|
||||
- name: Run `packer validate`
|
||||
env:
|
||||
DIGITALOCEAN_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
run: "make image/validate/digitalocean"
|
||||
|
||||
shellcheck:
|
||||
|
||||
Reference in New Issue
Block a user