Skip to content

Commit aaefa99

Browse files
committed
Tokenfix
1 parent a1756a3 commit aaefa99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Send dispatch request to 'freenas-proxmox-packer' repo.
1212
uses: peter-evans/repository-dispatch@v1
1313
with:
14-
token: ${{ secrets.ACCESS_TOKEN }}
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
repository: eCiceron/freenas-proxmox-packer
1616
event-type: build_push
1717
client-payload: '{"ref" : "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)