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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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"}' | |