There was an error while loading. Please reload this page.
1 parent 1bd548d commit efe01b8Copy full SHA for efe01b8
1 file changed
.github/workflows/auth-ff-merge.yml
@@ -18,15 +18,8 @@ jobs:
18
pull-requests: write
19
issues: write
20
steps:
21
- - name: Checkout repository
22
- uses: actions/checkout@v4
23
- with:
24
- fetch-depth: 0
25
- # For PR events: checks out the PR merge commit
26
- # For comment events: fetches PR head using the PR number
27
- ref: ${{ github.event.pull_request.head.sha || format('refs/pull/{0}/head', github.event.issue.number) }}
28
- name: Polymesh Action - Auth and Fast-Forward
29
- uses: PolymeshAssociation/polymesh-action-public@v1.1.4
+ uses: PolymeshAssociation/polymesh-action-public@v2.0.1
30
with:
31
allowed-signers: ${{ vars.MIDDLEWARE_ALLOWED_SIGNERS }}
32
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments