This is an automated email from the ASF dual-hosted git repository.
dfoulks pushed a commit to branch dfoulks/pelican-gha
in repository https://gitbox.apache.org/repos/asf/petri.git
The following commit(s) were added to refs/heads/dfoulks/pelican-gha by this
push:
new 73c0427 Updated action name and removed token
73c0427 is described below
commit 73c0427d741c1e7fda0bc3f04630545d97cff291
Author: Drew <[email protected]>
AuthorDate: Wed May 29 08:13:16 2024 -0400
Updated action name and removed token
---
.github/workflows/build-pelican.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/build-pelican.yml
b/.github/workflows/build-pelican.yml
index 0aa7209..9f7b198 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -11,8 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: 'dfoulks/pelican-gha'
- - uses: apache/infrastructure-actions/build-pelican@main
+ - uses: apache/infrastructure-actions/pelican@main
with:
destination: 'dfoulks/gha-site'
gfm: 'true'
- token: ${{ secrets.GITHUB_TOKEN }}