Skip to content

Commit

Permalink
Try another way of paasing token
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLeszczynski committed Dec 18, 2024
1 parent b581b5b commit c5b4bc4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-fast-forward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
# issues: write

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main # or whatever branch you're targeting

- name: Fast forwarding
uses: sequoia-pgp/fast-forward@v1
env:
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }} # dummy change to trigger a build
with:
merge: true
debug: true
Expand All @@ -30,3 +33,4 @@ jobs:
# never post a comment. (In all cases the information is
# still available in the step's summary.)
comment: on-error
token: ${{ github.GITHUB_TOKEN }}

0 comments on commit c5b4bc4

Please sign in to comment.