We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1756a3 commit aaefa99Copy full SHA for aaefa99
.github/workflows/action.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Send dispatch request to 'freenas-proxmox-packer' repo.
12
uses: peter-evans/repository-dispatch@v1
13
with:
14
- token: ${{ secrets.ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
repository: eCiceron/freenas-proxmox-packer
16
event-type: build_push
17
client-payload: '{"ref" : "${{ github.ref }}", "sha": "${{ github.sha }}"}'
0 commit comments