File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1717 issues :
1818 types :
1919 - labeled
20- pull_request :
20+ # Using "pull_request_target" instead of "pull_request" to support PRs from forks.
21+ # Workflow runs triggered on PRs from forks do not have access to secrets, so "github-token" input below would otherwise be empty.
22+ # This action does not check out nor execute user code so we should be safe.
23+ # We also hardcode to specific hash to ensure no unintended changes underneath us.
24+ pull_request_target :
2125 types :
2226 - labeled
2327
2630 name : Add all "team/fs-wg" issues and PRs to project
2731 runs-on : ubuntu-latest
2832 steps :
29- - uses : actions/add-to-project@v1.0.2
33+ - uses : actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
3034 with :
3135 project-url : https://github.com/orgs/FilOzone/projects/14
3236 github-token : ${{ secrets.FILOZZY_CI_ADD_TO_PROJECT }}
You can’t perform that action at this time.
0 commit comments