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 1127fd0  token got caught up in the variable madness
1127fd0 is described below

commit 1127fd04ec4206ce98e793f064788ebda61c2864
Author: Drew <[email protected]>
AuthorDate: Fri May 17 15:41:46 2024 -0400

    token got caught up in the variable madness
---
 .github/workflows/build-pelican.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index 656fdeb..8b0ab20 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -32,7 +32,7 @@ jobs:
       - name: Open a PR against the staging branch
         uses: peter-evans/[email protected]
         with:
-          token: ${{ github.GITHUB_TOKEN }}
+          token: ${{ secrets.GITHUB_TOKEN }}
           commit-message: GitHub Actions Generated Pelican Build
           title: Generated Pelican Output
           body: output generated

Reply via email to