Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 #144

Bump golang.org/x/crypto from 0.14.0 to 0.17.0

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 #144

# SPDX-FileCopyrightText: 2019, 2020 Alvar Penning
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: Update NUR packages
on:
push:
branches:
- master
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Send repository_dispatch event
run: |
curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/dtn7/nur-packages/dispatches --data '{"event_type": "build_application"}'